jkurzawa
5 months agoNew Contributor
Multipart requests getting blocked by the Azure WAF 200003
Hi, I am having an issue with multipart requests being blocked by Azure WAF and returning 403. The requests are POSTs with small attachment files (png, jpeg, pdf). They are blocked by Azure Application Gateway with the following rule:
- RuleId: 200003 Description: Multipart Request Body Strict Validation
I have tried the same request in some other tools (Postman and Bruno) and there they are not getting blocked and return 200s. Do you know about any possible fix to the requests being blocked when sent from ReadyAPI?
There are some topics with similar issue I found:
- https://learn.microsoft.com/en-us/answers/questions/1195720/multipart-request-body-failed-strict-validation-an
- https://stackoverflow.com/questions/72322174/waf-200003-multipart-request-body-strict-validation
Thanks in advance