Forum Discussion
Jordan-N_198992
Nimbostratus
Apr 26, 2015iRules For Redirection and Selecting Pool
Hello All,
I'm very new to iRules and would like some guidance on if the following is possible.
We're trying to force all external participants who's joining our Lync meeting to go via Lync...
Jordan-N_198992
Nimbostratus
Apr 26, 2015Sorry I should have mentioned that the username and abcd1234 portion will change dynamically.
I have the following code but not sure if it will work or not.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "meet.domain.com" } {
HTTP::redirect "https://[HTTP::host][HTTP::uri]?sl=1"
}
"default" {
pool lyncpool.domain.com
}
}Samir_Jha_52506
Noctilucent
Apr 26, 2015Small modification. Hope it will work..
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "meet.domain.com" } {
HTTP::redirect "https://[HTTP::host][HTTP::uri]?sl=1"
}
default {
pool lyncpool.domain.com
}
}
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