Forum Discussion
Simon_Ecoffey_8
Nimbostratus
Mar 12, 2007Hiding reals servers IP address in http response
Hello,
Is there a way to hide the reals server ip address and port in the http response from bigIP LTM to clients.
Here is the cache output of my internet browser:
Client:HTTP-memo...
hoolio
Cirrostratus
Mar 12, 2007A while back, Deb posted a nice method for removing all instances of a header (it will remove multiple instances of the same header):
when HTTP_RESPONSE {
strip all instances of the existing headers
foreach header {X-Cache Via} {
while { [HTTP::header exists $header] } {
HTTP::header remove $header
}
}
}You could also remove the Date, Server and X-Powered-By headers to reduce the amount of superfluous info about the web application given back to the client.
Aaron
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