Edgemicro gateway support the SQL injection?

kwu
Participant II

Just as the subject... the Edgemicro gateway can support the check of SQL injection?

Solved Solved
0 2 397
2 ACCEPTED SOLUTIONS

Not out of the box.

You can do that with your own custom plugins.

View solution in original post

Former Community Member
Not applicable

SQLi prevention is typically needed for external/internet facing APIs. For such APIs, consider routing them through Apigee Edge (Private Cloud or Public Cloud) before the call reaches MG. Apigee Edge has an extensive set of policies to handle such rules (JSON/XML threat protection, RegEx etc.).

The MG endpoint can be made available directly for applications within the data center.

View solution in original post

2 REPLIES 2

Not out of the box.

You can do that with your own custom plugins.

Former Community Member
Not applicable

SQLi prevention is typically needed for external/internet facing APIs. For such APIs, consider routing them through Apigee Edge (Private Cloud or Public Cloud) before the call reaches MG. Apigee Edge has an extensive set of policies to handle such rules (JSON/XML threat protection, RegEx etc.).

The MG endpoint can be made available directly for applications within the data center.