Synopsis
Squid will send an extra CLRF pair after the body of a PUT/POST request for the access list specified is matched. Some HTTP servers has broken implementations of PUT/POST, and rely on an extra CRLF pair sent by some WWW clients.
Arguments
allow/deny
|
Allow or deny access list |
aclname
|
Access list name
|
Example(s)
acl buggy_server url_regex ^http://….
broken_posts allow buggy_server |