Forum Discussion
marlon_gino-gin
Nimbostratus
Feb 16, 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")) {
use pool TEST
}
else {
use pool TEST1_NOT_AUTHENTICATED
}
}
thanks
2 Replies
- 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.
when HTTP_REQUEST { if { [HTTP::header exists "Authorization"] } { pool TEST } else { pool TEST1_NOT_AUTHORIZED } }
- marlon_gino-gin
Nimbostratus
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