This is a simple proxy example that will allow you to make a call to a page on your own domain and get the contents of a page on an external URL. Useful for cross-domain calls from client-side script.
Here's an example of using the proxy in a jQuery AJAX call...
http://www.emoticode.net/jquery/call-c-proxy-to-get-page-on-another-domain-ajax.html
↧