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? Any thoughts appreciated, thanks.