Forum Discussion
Fincke
Nimbostratus
Mar 04, 2020remove http::header
I have tryed to make an iRule, witch shoul remove some http::headers in the responce. when HTTP_RESPONSE { foreach header {"P3P" "p3p" "Server"} { HTTP::header remove $header } } ...
eneR
Cirrostratus
Mar 08, 2020Is it working with the " " ? I thought it should look like this
when HTTP_RESPONSE {
foreach header {P3P p3p Server} {
HTTP::header remove $header
}
}Maybe try an Policy. Really simple to configure
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
