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
Post a Comment