Forum Discussion
marlon_gino-gin
Nimbostratus
Feb 15, 2006Rule in V4 to convert to V9
hello,
i would just like to ask what is the exact convertion of the irules below that to version 9
rule test {
if (exists http_header("Authorization")...
Feb 15, 2006
This is the iControl migration forum. I'll answer this one but in the future if you could post iRules questions to the iRules forum, we'd appreciate it.
Here's your 9.x iRule:
when HTTP_REQUEST {
if { [HTTP::header exists "Authorization"] } {
pool TEST
} else {
pool TEST1_NOT_AUTHORIZED
}
}Check out the iRules docs for more info on the HTTP::header command.http://devcentral.f5.com/wiki/default.aspx/iRules/HTTP__header.htmlClick here
-Joe
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