Hello List,
I've been trying to send different information to the external helper
via the %{Hdr:member} parameter, but to no avail.
%{Host} and %{HOST} work wonderfully - assuming there is 'no' case
sensitivity?
Where I seem to be failing is, attempting to send any other HTTP host
header information, just is not working for me.
For example if I try:
%{Referer} I'm getting a "-" which means nothing was passed.
I've also tried:
%{Referer:absoluteURI} - where I'm treating "Referer" as "Hdr" and
"absoluteURI" as "member"
Is that the correct syntax?
I'm using http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html as a
reference to the different data/information I can send. Are there any
limitations to what squid can handle through the %{Hdr:;member} parameter?
Help as always, is appreciated.
Thanks List,