Forum Discussion
jmusci_327228
Nimbostratus
Oct 18, 2017Big-ip received from server 302 redirect
Hi all.
I expose a Virtual server in HTTPS and big-ip load-balance in http forward back-end lan.
I receive from Apache server a 302 redirect message and i can not close the request.
Must i ...
Lee_Sutcliffe
Nacreous
Oct 18, 2017You may need to re-write the 302 location header. You can do this with in iRule:
when HTTP_RESPONSE {
if {[HTTP::is_redirect]} {
HTTP::header replace Location [string map -nocase {http:// https://} [HTTP::header value Location]]
}
}
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