Forum Discussion
refra_151287
Cirrus
May 23, 2017Block Smuggling HTTP Request
Hello, I'm trying to detect smuggling Request, but all my solutions failed, i tried to disable Pipeline option @ HTTP Profile, also tried an old iRule to detect HTTP header counts but also didn't worked it seemsed the header count is "1", so appreciate if you have good idea to block these requests noting this behavior is changeable, below screen for request... shot:
- JG
Cumulonimbus
Wouldn't this fix the problem:
when HTTP_REQUEST { if { [ llength [HTTP::header values Content-Length] ] > 1 } { log local0. "Multiple content-length headers detected: [HTTP::header values Content-Length] : Request dropped" drop } }
?
[Edited]
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects