[squid-users] Useragent request/reply headers with squid .

--Ahmad-- ahmed.zaeem at netstream.ps
Sat Jun 15 09:37:29 UTC 2019


Guys im just trying to understand HTTP protocol and squid as GW for internet .

i just want to know how can squid deal with headers .

i just want to know how can squid prevent useragent from browser being sent to website 

Thanks 




> On 15 Jun 2019, at 12:10, Walter H. <Walter.H at mathemainzel.info> wrote:
> 
> On 15.06.2019 10:57, --Ahmad-- wrote:
>> 
>> Hello Folks ,
>> 
>> im trying to disable user agent info to be leaked out of squid using :
>> 
>> request_header_access User-Agent deny all
>> reply _header_access User-Agent deny all
>> 
>> squid very 3.5.x
>> 
> the reply_header_access is sensless, remove it
> and add the following
> 
> request_header_replace User-Agent Mozilla/5.0
> 
> but be aware the mass of website admins might rely on this, and you would not get a reply anyway ...
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users



More information about the squid-users mailing list