Forum Discussion
LaurentG_53647
Nimbostratus
May 05, 2015401 redirection
Dear all
I would like to make a 401 redirection:
I tried this irule but my website is directly redirected to google.com:
when HTTP_RESPONSE {
if {[HTTP::status] == 401]}{
HTTP:...
kunjan
Nimbostratus
May 05, 2015How about this?
when HTTP_RESPONSE {
if { [HTTP::status] == 401 }{
HTTP::respond 302 Location "https://google.com"
}
}
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