ajax - Trying to incorporate crossdomain XML feed into jQuery app with proxy.php results in 406 error -



ajax - Trying to incorporate crossdomain XML feed into jQuery app with proxy.php results in 406 error -

even simple <?php readfile($_get['url']) ?> results in not acceptable error.

any thoughts?

this won't work because ajax restricted same origin policy. unless site hosted in isbndb.com, never work.

from w3c documentation 3.6.1.13

if origin of url not same origin xmlhttprequest origin raise security_err exception , terminate these steps.

you have parse info isbndb.com on server , homecoming it, can't cross-domain phone call ajax.

jquery ajax isbn

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -