Forum Discussion
alvaro_martinez
Nimbostratus
Sep 21, 2006HTTP Redirect header localtion + uri
Hi,
I have the next reply from web server
HTTP/1.1 302 Moved Temporarily
Set-Cookie: BIGipServerACC-80=674006794.20480.0000; expires=Thu, 21-Sep-2006 11:05:27 GMT; path=/
...
Gustavo_Lazarte
Nimbostratus
Jul 23, 2008Thanks ver much The las solutions do not change the location value and do not leave any logs. I look like I am not even starting and incident with the iRule.
This is the only one that has work so far, but only works for one server
when HTTP_RESPONSE {
if { [HTTP::status] contains "302" && [string tolower [HTTP::header Location]] contains "server01" }{ HTTP::header replace Location [string map -nocase {"server01" "www.site.com"} [HTTP::header Location]]
}
}
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
