anujrathi Posted January 2, 2007 Share Posted January 2, 2007 Hi friends! I have to call a remote url, (another server on the network) and use the results of that url using AJAX. But I guess it is not permissible to call another server using AJAX. Is there any workaround for this problem? Quote Link to comment Share on other sites More sharing options...
ober Posted January 2, 2007 Share Posted January 2, 2007 Use AJAX to call your backend php file on the local server and have THAT page make the call to the other remote server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.