Forum Discussion
DJDX21_252164
May 17, 2016Cirrus
Strict-Transport-Security (HSTS) header throws Operation not supported errors
This is my iRule to add "Strict-Transport-Security" header to my http response code. when HTTP_RESPONSE {
set strictTransportSecurityHeader {Strict-Transport-Security}
if { [HTTP::head...
Stanislas_Piro2
May 17, 2016Cumulonimbus
Hi,
replace :
set strictTransportSecurityHeader {Strict-Transport-Security}
by :
set strictTransportSecurityHeader "Strict-Transport-Security"
the use of {} define a list and not a string.
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