I have a page on the local intranet that provides information in JSONP format and want external users to be able to use that page for AJAX calls.
For this I want to write an ASPX proxy page that passes the client request to the internal page (on another server) and then sends the unaltered response to the external client.
What would be the easiest way to accomplish this?