> Below is an example of what I'm posting. Can someone tell me if
> this will work?
>
> connected to <proxy address>:<proxy port>
> HTTP Header:
> -------------------------------------------
> GET <our command here eg ABCDEF> HTTP/1.0
> Host: <our server name here> : <our port number>
> Proxy-Authorization:Basic <Base64 encoded proxy username :
> password> -------------------------------------------
Looks fine, except that there must be a blank line after the last
header to signal the end of the request headers, and the URL of the
GET operation needs to be a full URL when talking to a proxy (i.e.
http://servername:port/command). The Host: header is optional but
preferred.
One thing to note is that Squid by default have security restrictions
on which ports it accepts to forward requests to. If you are not
running on port 80 then make sure to run on a high port >1024. Lower
ports are all reserved for various purposes not related to HTTP.
-- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.comReceived on Tue Apr 22 2003 - 02:06:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:08 MST