最終更新日:2022-12-23 16:31:11
Refines verification of request parameters, such as the ranges and types of parameters, to intercept illegal requests effectively.
When the attacker does not know the API format, he will try to construct the normal API format and initiate a request. The most important of which is the construction of API request parameters.
Parameter compliance detection allows you to define compliance content for request parameters, and perform fine-grained verification on the compliance of parameters such as:
Helps you effectively prevent illegal requests to API assets with unknown parameters.
Once you enable the paremeter compliance detection,API shield will detect whether the API request parameter is legitimate or not, if not, the request will be blocked.