1. Application-level proxies
- Posted by bugmagnet Nov 23, 2013
- 1430 views
Is it possible in Euphoria for Windows to set an application-level proxy for HTTP traffic?
Ordinarily, one would set a global proxy via Registry. However, the code will be running on a server where changing the proxy will stuff up a lot of other tasks. I can see that application-level proxies are feasible on other platforms. Are they possible on Windows?
Alternatively, how does one call a proxy? Could I model that somehow in Euphoria?
Kind regards,
Bruce/bugmagnet
2. Re: Application-level proxies
- Posted by jimcbrown (admin) Nov 23, 2013
- 1407 views
bugmagnet said...
Is it possible in Euphoria for Windows to set an application-level proxy for HTTP traffic?