galexcd 0 Report post Posted April 18, 2007 Any reason why Ajax doesn't work remotely? It looks almost as if ajax only works if its getting or sending info from the same server. What gives?could this have anything to do with the possible abuse of brute force scripts? If so, wouldn't this be a limitation in the browser only? Are there any browsers that allow remote Ajax?...or am I doing something wrong?(I left that question at the end for a reason... I am sure that my script is flawless seeing as it works perfectly if i try to access something locally, but the second I try something remote, no info is loaded) Share this post Link to post Share on other sites
friiks 0 Report post Posted April 18, 2007 This should answer your question...I think... Remember that for security reasons (that is preventing cross-site scripting attacks) Ajax requests can only be made to URLs of the same protocol, host and port of the page containing the Ajax request. Some browsers might allow arbitrary URLs, but you shouldn't rely on support for this. Share this post Link to post Share on other sites