Enable Request Validation in API Gateway

Posted on

i have this requirement to check the upcoming request and check it across swagger definition (or if not supported, any other scheme) to check required prams and headers, and payload.
i would love to be able to reject those requests before intercepting them in fuse layer.

Responses