On 22.08.2012 13:33, Robert Gowty wrote:
As of Squid 3.2 there are now a much wider variety of URL formatting
tags available for the deny_info directive. Is it possible to
multiple
URL formatting tags with a single deny_info directive?
For example:
deny_info https://10.0.1.24/denied/login/?ip=%i next=%u
request_check_acl
I've tried the above and got the ip, however not the 'next'. If it is
possible, what is the correct way to do it?
Yes, almost. Whitespace is not permitted in URLs. You need to place a
'&' symbol between "%i" and "next".
Amos