Forum Discussion
yugraj_rai_1230
Nimbostratus
Aug 21, 2013HTTP OPTIONS method
HI support
One of my web server trace out vulnerability "HTTP OPTIONS" enabled
how to disabled using iRule.
Thanks
Yugraj Rai
boneyard
MVP
Aug 21, 2013something like
when HTTP_REQUEST {
if { ( [HTTP::method] equals "OPTIONS" ) } {
TCP::close
}
}
would do the trick.
though i would question if this really is a vulnerability and not some pen test report remark that you could challenge. it can of course also be solved on the webserver, but simply turning it off.
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