Forum Discussion
iRule to add the Server header in the HTTP Response (PLEASE HELP)
https://support.f5.com/kb/en-us/solutions/public/14000/300/sol14342.html
Is "Xerver" have some meaning? I am confused why not called "Server", I used the following but it added Xerver: ABC in the response.
when HTTP_RESPONSE { if { [HTTP::header exists "Server"] } { HTTP::header insert Xerver [HTTP::header value "Server"] } } when HTTP_RESPONSE_RELEASE { if { [HTTP::header exists "Xerver"] } { HTTP::header insert Server [HTTP::header value "Xerver"] HTTP::header remove Xerver } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
