Forum Discussion
vaibhav_salunk2
Nimbostratus
Apr 08, 2020x-content-type-options
Hi, I want to insert X-Content-Type-Options value as nosniff in http header using i-rule and below is my syntax. when HTTP_RESPONSE { if { [HTTP::header exists "X-Content-Type-Options"]...
- Apr 08, 2020
Hello,
Here is the correct syntax
when HTTP_RESPONSE_RELEASE { if {!([HTTP::header exists "X-Content-Type-Options"])} { HTTP::header insert "X-Content-Type-Options" "nosniff" } }
Lidev
Nacreous
Apr 09, 2020You're welcome.
if you want to go deeper, read this great documentation to know everything about iRules 😉
https://devcentral.f5.com/s/articles/irules-101-01-introduction-to-irules
If my answer was helpful, don't forget to mark the answer as "the best".
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
