Forum Discussion
EduardoSousa
Altocumulus
Aug 26, 2022HTTP request to allow specific header
Hello guys. I'm new to irules, I was looking for some irule that only allows a specific header to access the application, if you don't have this header allowed it will drop this connection attempt. ...
PeteWhite
Employee
Aug 26, 2022when HTTP_REQUEST {
if { ! [HTTP::header exists "Header_name"] } {
drop
}
}
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