0

This is my first time using Squid. I want to remove the information in the headers request that I'm using a proxy, because the site is blocking me. After I build the squid with --enable-http-violation following this tutorial I still getting blocked. I want to know if there is anyway to see what are the request headers before sending it or something like that.

olegario
  • 103
  • 3

1 Answers1

0

You can try answers from this serverfault question to hide squid presence from http headers. Then you can use some tool which shows your http headers visible to external sites (this tool for example) to check that you succeeded in removing all "bad" headers.