Forum Discussion
Maria_Ramirez_5
Nimbostratus
Mar 29, 2006FINDING A STRING IN HTTP HEADER
Hello,
I AM IN A HURRY:
I am not used in iRules and I have the need of creating a simple iRule. The iRule has to do the following:
We have to find the word "bid=" in the HTTP...
JRahm
Admin
Mar 29, 2006Try this:
when HTTP_REQUEST {
HTTP::collect 800
}
when HTTP_REQUEST_DATA {
if { [HTTP::payload] contains "bid=" } {
use pool
} else { discard }
}
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