Web Methods API Gateway v 10.11
Hi Guys!
I have issue with API Gateway SQL injection Filter. When i want to send REST API with content type multipart/form-data, the request will be denied with Exception “SQL Injection Detected!”.
API Gateway SQL injection filter is enabled with specific database and null parameter.
I think the issue caused by the request body of multipart/form-data will send the request with format “- - - XXX”.
Do anyone have advice to this case?
Thanks