Forum Discussion
Rachel
Nimbostratus
Apr 04, 2019Need to reject traffic based on header names not values
We have a need to reject traffic based on the case of the header names not header values.
For example:
Let's say the header name is Trueheader. If a payload comes in with a header name of TRUEh...
Andy_McGrath
Cumulonimbus
Apr 04, 2019Alternatively you can just use
HTTP::header exists command in your iRule, e.g.
when HTTP_REQUEST {
if {[HTTP::header exists "Trueheader"]} {
reject or redirect
reject
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
