Forum Discussion
Deepak__M_K_165
Nimbostratus
Aug 15, 2014iRule redirection issue
Hi All,
I have a redirection rule applied on F5 -LTM -9.2.3 version . This is to redirect "www.webserver.com" to "https://webserver.com" some how there is an intermittent issue. Not sure if this...
Aug 15, 2014
Hi
Try making it case insensitive:
when HTTP_REQUEST {
set host [string tolower [HTTP::host]]
if { $host eq "www.myserver.com"} {
HTTP::redirect "https://myserver.com[HTTP::uri]"
}
}
/Patrik
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