Forum Discussion
Sanal_Babu
Altostratus
Apr 15, 2018HTTP Method _iRule
Is it possible to allow http method "delete" for a specific URL through irule.?
Yes, that is possible. You could use an iRule like below.
when HTTP_REQUEST { if { ([string tolower [HTTP::uri]] starts_with "/path/index.html") && ([HTTP::method] equals "DELETE") } { return } else { reject } }
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