Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

loading a file from a webpage and forwarding it?

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
User avatar
Fiasco
Plugin Developer
Posts: 222
Joined: Fri Jul 24, 2009 5:32 am
Location: St. Louis MO
Contact:

loading a file from a webpage and forwarding it?

Post 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?
Post Reply