jquery - cross domain service call to retrieve some html causing IE security popup -


i calling web service using jquery sits on domain. web service returning html. problem every time make service call security popup in ie saying accessing information not in control of current site. cannot use jsonp because service returning text/xml.

is there way avoid popup since changing service call return json not control.

thanks, kunal

nope can't bypass same origin policy unless web service implements cross-origin resource sharing.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -