Forum Discussion
Technological_S
Nimbostratus
Feb 11, 2009remove header in http_response
Hi;
We have a balanced pool that when the F5 connect to it we througt a 403 exception and we want that the response to the server was without headers so we would like to erase t...
semperfiguy_759
Nimbostratus
Feb 13, 2009Hello Maria,
I am not sure which header you would like to remove. What is your goal? Is it to have the client NOT see the 403, but see something else?
Like this:
Request
Client--->BIGIP--->Server
Response
Client <---BIGIP<---Server
sorry page<-iRule<-403
---This iRule should get you started---
when HTTP_RESPONSE {
if { [HTTP::status] == 403 } {
HTTP::redirect "http://www.website.com/sorry.html"
}
}
Hope this helps
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