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?