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
Oct 01, 2013I'd probably recommend some logging as a next step then:
when HTTP_REQUEST {
log local0. "Requested: -[HTTP::uri]-"
if { [HTTP::uri] equals "/jazz" } {
log local0. "Redirecting"
HTTP::redirect "http://myurl.com/default.aspx?pagedid=160"
}
}
Then look for "Redirecting" in the logs and the URI value right before it.
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