Re: [squid-users] Squid drops authorization header before forwarding

2018-08-06 Thread Amos Jeffries
On 07/08/18 16:28, Hariharan Sethuraman wrote: > I found that login=PASS in cache_peer directive helped. > Indeed. cache_peer controls what Squid sends to that particular peer server. > > On Mon, Aug 6, 2018 at 11:29 PM, Hariharan Sethuraman wrote: > > I tried allow_direct as well as defau

Re: [squid-users] Squid drops authorization header before forwarding

2018-08-06 Thread Hariharan Sethuraman
I found that login=PASS in cache_peer directive helped. Thanks, Hari On Mon, Aug 6, 2018 at 11:29 PM, Hariharan Sethuraman wrote: > I tried allow_direct as well as defaultsite under accel. > Wondering if I should recompile squid with enable-http-violation and use > below ACL / > > request_heade

Re: [squid-users] Squid drops authorization header before forwarding

2018-08-06 Thread Hariharan Sethuraman
I tried allow_direct as well as defaultsite under accel. Wondering if I should recompile squid with enable-http-violation and use below ACL / request_header_access Authorization deny all On Mon, Aug 6, 2018 at 11:23 PM, Matus UHLAR - fantomas wrote: > On 06.08.18 23:14, Hariharan Sethuraman w

Re: [squid-users] Squid drops authorization header before forwarding

2018-08-06 Thread Matus UHLAR - fantomas
On 06.08.18 23:14, Hariharan Sethuraman wrote: I have my squid as reverse proxy (without any auth) between my client and a web server. My HTTP request from client has an Authorization in its HTTP header which I wanted it to be forwarded to target server. But from cache.log I see squid is droppin

Re: [squid-users] Squid drops authorization header before forwarding

2018-08-06 Thread Matus UHLAR - fantomas
On 06.08.18 23:14, Hariharan Sethuraman wrote: I have my squid as reverse proxy (without any auth) between my client and a web server. My HTTP request from client has an Authorization in its HTTP header which I wanted it to be forwarded to target server. But from cache.log I see squid is droppin