Forum Discussion
RobW
Nimbostratus
Mar 25, 2008302 redirect
High my name is Rob and I'm iRule challenged. I'm running v9.4.4 and I have a 443 virtual server with client side SSL processing. I need to handled 302 status codes differently depending on the retu...
RobW
Nimbostratus
Apr 01, 2008In my case I have an issuse with the way the http profile rewrite matching statement is handling http 302 directs from the servers. So, I have to intercept the GETs for HTTP sites and let the LTM redirect the user.
when HTTP_REQUEST {
if { [HTTP::uri] contains "linkhandler.do?url=http%3A" } {
set dest_url [URI::decode [lindex [ split [HTTP::uri] "="] 1]]
HTTP::redirect $dest_url
}
else {
return
}
}
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