The following methods can be used to allow or deny access to the site.


GET,POST,PUT,DELETE,PATCH,HEAD


"Crawl/Scan Target Settings" page



■Example 1: 

Allow form submission for login, and do not execute form submission (other than GET method) except for login.


■Example 2:

When data modification and deletion are executed in the same path, only deletion (DELETE) is not executed.