Are there any plans to support jsonp in Ext.Direct for cross domain communication?
This would be very helpful feature.
Printable View
Are there any plans to support jsonp in Ext.Direct for cross domain communication?
This would be very helpful feature.
You could use CORS. This is supported now in all the major browsers.
http://caniuse.com/#search=cors
The only problem are IE 8 and 9 that supports CORS with a different object. I wonder if Ext Js handles this case.
Sure this is not a solution if you still have to support IE6 and IE7.