On Tue, 9 Nov 2004, Joe Coco wrote:
I can't seem to find an entry in the structure clientHttpRequest for the clients source IP address (or authenticated username)?
The IP you have in request->client_addr.
Authentication is best explained by looking at the acl code.
clientHttpRequest is just a intermediate data type containing the local state information needed for the client side parts of Squid to keep track of the progress of the request, not the request or connection as such (sits between the connection and the request)
Regards Henrik
