Re: [squid-users] Does request_header_replace support calling into another file

2019-07-16 Thread Amos Jeffries
On 16/07/19 11:46 am, Lei Wen wrote: > I am using request_header_replace to modify out going HTTP headers, > mainly the basic/bearer token. Does request_header_replace support > calling another file, the content in that file would be "Basic ...". > What are you trying to achieve here? Your

Re: [squid-users] Does request_header_replace support calling into another file

2019-07-15 Thread Alex Rousskov
On 7/15/19 7:46 PM, Lei Wen wrote: > Does request_header_replace support calling another file No, AFACIT, request_header_replace's replacement value does not support dynamic evaluation of any kind (such as logformat %code expansion). One should be able to use an eCAP service, an ICAP service, and

[squid-users] Does request_header_replace support calling into another file

2019-07-15 Thread Lei Wen
I am using request_header_replace to modify out going HTTP headers, mainly the basic/bearer token. Does request_header_replace support calling another file, the content in that file would be "Basic ...". Thanks, Lei ___ squid-users mailing list