API Schema And Payload Size Validation Policy
Description
-
The policy blocks incoming API request that fails schema validation using given XSD schema.
-
The policy also blocks incoming API request based on configured max payload size. If Incoming request payload size is more than configured payload-max-size value then API request is blocked and Policy responds to user client with an error message.
-
In post-processing, the policy blocks the response from backend based on max payload size. If response payload size is more than configured payload-max-size value, then policy responds to the user client with error message.
-
Supports pre-processing and post-processing.