Ajax cross domain call

Posted by jAndy on Stack Overflow See other posts from Stack Overflow or by jAndy
Published on 2010-04-01T08:06:04Z Indexed on 2010/04/01 8:13 UTC
Read the original article Hit count: 330

Filed under:
|
|
|
|

Hi Folks,

I know about ajax cross-domain policy. So I can't just call "http://www.google.com" over a ajax HTTP request and display the results somewhere on my site.

I tried it with dataType "jsonp", that actually would work, but I get a syntax error (obviously because the received data is not json formated)

Is there any other possiblity to receive/display data from a foreign domain ? iFrames follow the same policy?

Kind Regards

--Andy

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX