Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Squid proxy transparent for User-Agent header

Tags:

proxy

squid

When I'm using my proxy server (based on Squid3), the proxy server is changing my User-Agent request header.

For example, If my browser real agent is:

Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0

After using my proxy server, the User-Agent is empty - changed by the Squid proxy server.

Is this possible that Squid server won't change the user-agent? transfer it as-is.

like image 486
No1Lives4Ever Avatar asked Jul 01 '26 18:07

No1Lives4Ever


1 Answers

Solution found:

request_header_access User-Agent allow all
like image 115
No1Lives4Ever Avatar answered Jul 04 '26 12:07

No1Lives4Ever