最終更新日:2022-12-23 16:31:08
Identifies illegal request methods and blocks malicious requests accurately, to ensure the security of the APIs.
Define legitimate request methods, actively block the API request with malicious request method to ensure the security of API assets.
In RESTful web services, the HTTP request type indicates the operation to be performed on the resource. Using illegal request methods may lead to malicious deletion or malicious tampering of API data, for example:
If an API asset currently only allows to be requested by GET method, you should limit other illegal request methods.
Once you confirue the valid request method for your API assets,API shield will detect whether the API request carries the correct request method or not, if not, the request will be blocked.