Forum Discussion
lisa_56349
Nimbostratus
Sep 30, 2013HTTP redirect intermittently working
Have been having an issue recently with HTTP redirect irules where they randomly stop working and show "page cannot be displayed", if you refresh a couple times the page will redirect. I am currently...
Kevin_Stewart
Employee
Sep 30, 2013Any chance that the request URI doesn't exactly equals "/jazz" - different case, additional content/query string added? Something like this would catch these two cases:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/jazz" } {
HTTP::redirect "http://myurl.com/default.aspx?pagedid=160"
}
}
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