Search Results

API Schema And Payload Size Validation Connector

Description

  • The connector blocks incoming API request that fails schema validation using given XSD schema.
  • The connector 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 Connector responds to user client with an error message.
  • In post-processing, the connector blocks the response from backend based on max payload size. If response payload size is more than configured payload-max-size value, then connector responds to the user client with error message.

  • Supports pre-processing and post-processing.