Forum Discussion
Ivan_383
Feb 18, 2021Nimbostratus
Help with iRule to delete an empty name header or allow HTTP malformed header
Hello guys, I hope you can help me, the scenario is the next, we are replacing an Brocade ADX with an F5 BIGIP, the scenario is like this: nowadays it exist Client - > PROXY security solution - >...
Satoshino
Feb 19, 2021Cirrus
Hi Ivan,
Did you try to use header name instead of ":"?
like this:
when HTTP_REQUEST {
if { [HTTP::header exists "Header name"] } {
set VALUE [HTTP::header "Header name"]
HTTP::header remove "Header name"
log local0. "Empty header value is $VALUE"
}
}
Let me know.
Regards
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