Forum Discussion
bwilliam
Cirrus
Feb 22, 2019After modifying Irule added website has too many redirects
I have an existing universal redirect irule where we have several redirects configured and working. When I add the 2 websites where it includes password to the irule and then try to access the site ...
Muhammad_64435
Nimbostratus
Feb 22, 2019Try to add a "return" statement after each redirect ... like
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
“*website1.com*" {
HTTP::redirect "https://www.newsite.io"
return
}
....
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