Forum Discussion
Robabob_74340
Nimbostratus
Jun 18, 2007Pass desired node in URL as query param
Hello,
I'm trying to write an irule which will direct a user to a particular node when they pass a query parameter and ignore any existing persistance. For example:
http://mysite....
Deb_Allen_18
Jun 18, 2007Historic F5 Account
If you're intending to pass encrypted traffic to an HTTPS server for only this traffic, and all other traffic unencrypted to the default pool, you'd need to apply a serverSSL profile to the virtual and selectively disable SSL on the server side like this:
when HTTP_REQUEST {
set reencrypt 0
if { [HTTP::uri] contains "node=alpha" }{
node xxx.xxx.xxx.xxx 443
set reencrypt 1
}
}
when SERVER_CONNECTED {
if { $reencrypt == 0 }{
SSL::disable
}
}/deb
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
