Forum Discussion
Hussein_Ghazy
Feb 22, 2016Nimbostratus
Allowing a user-agent by iRules
Hi All,
I do not want to white-list an IP address as it is dynamic, but this dynamic IP address is pen testing our network.
Thus i want to allow a specific user-agent to be able to bypass t...
Hussein_Ghazy
Feb 22, 2016Nimbostratus
an update to the iRule:
when HTTP_REQUEST {
if {[HTTP::header "User-Agent"] contains "MyAgent_Allow" } {
asm::disable
} else {
asm::enable
}
}
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