Page 1 of 1

loading a file from a webpage and forwarding it?

Posted: Tue Sep 08, 2009 7:40 pm
by Fiasco
I need to load some pages from different domains for my remote interface. Unfortunately, browser security prevents doing this with the XMLHTTPRequest() funciton.

Can I have eventghost forward a HTTP request to another server on the network and then return the results?