gimmi / extdirecthandler

Ext Direct router implementation for ASP.NET
http://gimmi.github.com/extdirecthandler/
Other
13 stars 11 forks source link

calling XmlHttpRequest.Open doesn't work because different domain #8

Closed harinpatel closed 12 years ago

harinpatel commented 12 years ago

My extJs application is accessed through other gateway so page is in different domain call https:\gatewayurl\application and when it tries to get data it send request to http:\localserverurl\application\rpc.

XmlHttpRequest.Open doesnt support this so i wanted to use JsonP as described here http://dev.sencha.com/deploy/ext-4.0.7-gpl/docs/index.html#!/api/Ext.data.proxy.JsonP. can i still use ExtDirectHandler at server side for this? or is there any change will be needed to done to make it compatible to work with JsonP.

Please guide me i am very new to ExtJs and extdirect framework.

gimmi commented 12 years ago

AFAIK Ext.Direct standard doesn't consider JSONP and this makes sense to me, because JSONP parameters must be passed via querystring and then the support would be limited only to a subset of cases.

Please use the users group https://groups.google.com/group/extdirecthandler to as questions in the future