Forum Discussion
technoe_159637
Nimbostratus
Jul 21, 2014random redirect loop with F5 in place
So I have a Virtual F5 Big IP environment, version 11.5. setup to load balance between a few servers. I have two pools and four VIPs for HTTP and HTTPS per pool. I am really new to F5 and have run in...
technoe_159637
Nimbostratus
Jul 21, 2014Just one. A custom rule written to avoid one of the redirects.
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] starts_with "/dir/dir/file.aspx") and ([string tolower [HTTP::header "Referer"]] contains "login-blah.team") } {
HTTP::redirect https://www-env.team.blah.com
}
}
when HTTP_RESPONSE {HTTP::header insert X-UA-Compatible "IE=EmulateIE9,RequiresActiveX=true"}
This works for a very specific redirect.
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