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