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
2 Replies
something 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.
- muhammadsaleemc
Nimbostratus
But pen test person is saying that this is not resolving this issue. How to challenge them.
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