Re: http_get behind a proxy
- Posted by m_sabal Aug 29, 2011
- 1988 views
Euphoria's socket library is based on my eunet project. The eunet_get_http function accepted 3 arguments: IP address, hostname, and file name. Normally, the IP address is the resolved address of hostname; but in the case of a proxy, it would the the IP address:port of the proxy. I don't know if the socket library still has enough of the eunet internals to support this.