Re: [squid-users] How to execute external helpers for each request ?

2021-06-25 Thread hoper
Hi again, > If Squid trusts stale user credentials (i.e. allows new requests with > stale cached credentials without revalidating them with your > authentication helper), then this is a Squid bug. No, I don't think there is a bug here. Because each time my helper is used by squid, it write a lin

[squid-users] How to use request headers in external_acl_type

2021-06-25 Thread Yosi Greenfield
Hello all, I'm trying to use request headers in an external acl, and I'm probably doing it incorrectly, and it's not working. Here's my acl definiton: external_acl_type ext_acl_program %SRC %>{Connection} %>{Accept} %>{Custom_header} %>{Host} /etc/squid/ext_acl_program.pl The program ext

Re: [squid-users] How to use request headers in external_acl_type

2021-06-25 Thread squid3
On 2021-06-26 07:18, Yosi Greenfield wrote: Hello all, I'm trying to use request headers in an external acl, and I'm probably doing it incorrectly, and it's not working. Looks like its working fine. Here's my acl definiton: external_acl_type ext_acl_program %SRC %>{Connection} %>{Accept}

Re: [squid-users] How to execute external helpers for each request ?

2021-06-25 Thread squid3
On 2021-06-26 01:16, hoper wrote: Hi again, If Squid trusts stale user credentials (i.e. allows new requests with stale cached credentials without revalidating them with your authentication helper), then this is a Squid bug. No, I don't think there is a bug here. Because each time my helper i