Forum Discussion
Jun 30, 2024
Is there any limitation on Patch requests on Azure Application Gateway?
I have an Azure Application Gateway (WAF mode is detection) and a web application in the backend in my edge network. Everything works well, but I have an issue with a "Patch" request. When I sent thi...
Kidd_Ip
Aug 05, 2024MVP
Take consideration on this:
- Request Size Limits: Azure Application Gateway Web Application Firewall (WAF) allows you to configure request size limits. If your “Patch” request exceeds these limits, the gateway could result in a “400 Bad Request” error
- WAF Mode: In “detection" mode, the WAF inspects requests but doesn’t block. However, it’s essential to check if any specific rules or configurations are affecting “Patch” request