Forum Discussion
EddieJK_26590
Nov 14, 2016Nimbostratus
HSTS help with Server Name Identification
Hi,
I created an iRule to add HSTS on my VS as shown below. This is working.
when HTTP_RESPONSE { HTTP::header insert Strict-Transport-Security "max-age=31536000; includeSubDomains" }
Now,...
Kai_Wilke
Nov 15, 2016MVP
Hi Eddie,
you could try to insert the HSTS headers even for your redirects.
HTTP::respond 301 "Location" "YourTargetURL" "Strict-Transport-Security" "max-age=31536000; includeSubDomains"
Cheers, Kai
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