broken_posts

broken_posts

Certain buggy HTTP servers expect two extra bytes, CR and LF characters, following an HTTP POST message body. It seems unlikely that such uncompliant servers are still in use today. Nonetheless, this access rule list exists to accommodate them. When a request matches a broken_posts rule, Squid appends the extra CRLF characters.

Syntax

broken_posts allow|deny [!]ACLname ...

Default

No default

Example

acl NeedsExtraCRLF dstdomain broken.server.com

broken_posts allow NeedsExtraCRLF

Related

http_access, acl



    Appendix A. Config File Reference