Technical Tip: Using IPS signature to block HTTP POST, PUT and DELETE requests
| Description | This article describes how to block HTTP POST, PUT and DELETE requests, by using IPS custom signatures. |
| Scope | All FortiGate units running FortiOS 7.0. |
| Solution |
Example signature syntax:
Example to define a custom signature to block HTTP POST requests:
F-SBID( --name "Block HTTP POST"; --protocol tcp; --service HTTP; --pattern "POST"; --context header; )
Similarly, create signatures for PUT and DELETE requests by replacing 'POST' with 'PUT' and 'DELETE' respectively.
|
