Re: [squid-users] Manipulating request headers

2024-03-13 Thread ngtech1ltd
Hey Ben, There is another option which is to use an ICAP server to modify the headers and strip the br part if exists. It depends on the load on the server but you can edit only the headers and to not use any preview which will remove some un-needed overhead. Take a peek at the example: https:/

Re: [squid-users] Manipulating request headers

2024-03-11 Thread Amos Jeffries
On 12/03/24 04:00, Ben Goz wrote: By the help of God. Hi all, I'm using squid with ssl-bump I want to remove br encoding for request header Accept-Encoding currently I'm doing it using the following configuration: request_header_access Accept-Encoding deny all request_header_add Accept-Encodin