Henrik,
Thank you for the response with examples. For some reason, after I
restarted squid, the %{Referer} worked. I debugged by writing out a
string that the external helper was passed, into a text log file - in
short, the Referer is working; nonetheless, thanks for the additional
insight!
Best,
Henrik Nordstrom wrote:
On ons, 2007-11-21 at 20:13 -0500, Louis Gonzales wrote:
Per the RFC for HTTP headers, Referer has both 'absoluteURI' and
'relativeURI', do you have an example of 'any' of the %{Hdr:member} HTTP
headers, for syntactical reference?
THats just two different syntaxes for the URI in Referer, not different
members send in the header. Referer is a single-valued header.
Examples:
%{Cache-Control:max-age}
%{Cookie:;USER}
Regards
Henrik