Forum Discussion
Lightspeed_VT_5
Nimbostratus
Nov 16, 2007HTTP 302 redirect
Our application requires session persistence. Because we have a lot of users sharing IP addresses (i.e. corporate clients), we've enabled OneConnect.
For reasons unknown, requests for exis...
Colin_Walker_12
Nov 27, 2007Historic F5 Account
You can certainly check to see if the status on the HTTP response is 302:
when HTTP_RESPONSE {
if { [HTTP::status] == 302 } {
...
The question is, how do you identify the "bad" 302s as opposed to "good" ones, and then how do you convince the webserver to send back the proper page when you retry?
Perhaps I'm misunderstanding, but if the webserver is sending 302s, I don't think a simple iRule is going to solve your problem.
Colin
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