Forum Discussion
Teemu_Kunnari_1
Nimbostratus
Sep 12, 2017Adding securityheaders
Hello,
I have a situation where there is many websites behind one virtual server and I would need to enable securityheaders.io recommended headers to responses.
Is there any ways to apply ...
Lee_Sutcliffe
Nacreous
Sep 12, 2017This can easily be done per server IP on an HTTP response. For example:
when HTTP_RESPONSE {
if {[IP:addr [IP:server_addr] equals 10.10.10.10]} {
HTTP::header insert header-name header-value
}
}
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