HTTP methods¶
Here, you will find steps to configure conditions based on request method. These then can be used at multiple places such as rewrite/caching/blocking rules.
Typical use-case is, you would want to block TRACE, PATCH, CONNECT methods for security purpose.
Note: For demo purpose, we will be using www.nviztest.com
domain as an example. Here, we will be creating method-group of TRACE, PATCH, CONNECT
methods to block them.
Prerequisite¶
- You must have a domain configured on Nitrogen.
Steps¶
-
Click on
Settings
menu, and openHTTP Methods
tab.
-
Create condition by clicking on
Create
button.
You will now be taken to a screen to provide methods.-
Group Name
: Provide short name about the IP condition you are creating. For now, putIP Blocklist
here. Note: Please keep the name meaningful and relevant. -
Click on
Add HTTP Method
button.
Select required method fromHTTP Method
dropdown. As an example, we will be selectingTRACE
here. Note: You can multiple methods to the same condition by clicking onAdd HTTP Method
button.
-
-
Click on
Save
button. The configured pattern will be showed inHTTP Method Groups
list.
You can now use this condition at many places such as rewrite/caching/blocking rules.