Does KONG support Payload inspection

I would like to know that does KONG API Gateway support payload inspection?

You can read payloads into memory but there is no real “inspection” that occurs on them. Preforming a check for valid json is easy enough, but it will not do checks like sql injection/payload bombs or what have you, for that you need a WAF or security layer fronting Kong.

1 Like

Thank you jeremyjpj0916