Forum Discussion
janardhan123_20
Nimbostratus
Aug 27, 2015Route request to new pool based on IP range & URI matches
Hello,
We have a original iRule which routes the requests based on URI matches.
We would need add below logics in current iRule.
1) Both IP matches & URI( I.e /welcome) matches route only those...
Stanislas_Piro2
Cumulonimbus
Aug 27, 2015You can replace the HTTP_RESPONSE event by:
when HTTP_RESPONSE {
if {$testSession} {
HTTP::cookie remove $static::cookie_default
HTTP::cookie insert name $static::cookie_default value deleted path /
HTTP::cookie expires $static::cookie_default 0 absolute
}
}
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
