简体   繁体   English

403 禁止 microsoft-azure-application-gateway/v2

[英]403 forbidden microsoft-azure-application-gateway/v2

I currently have a WordPress website hosted on 3 virtual machines behind an application gateway.我目前有一个 WordPress 网站托管在应用程序网关后面的 3 个虚拟机上。 When users are trying to submit a form via our websites sponsorship pane, after clicking submit users are prompted with: 403 forbidden microsoft-azure-application-gateway/v2当用户尝试通过我们的网站赞助窗格提交表单时,单击提交后会提示用户:403 disabled microsoft-azure-application-gateway/v2

I've done a significant amount of research and viewed the logs and I'm not seeing any red flag that is causing restricted access to the resource.我进行了大量研究并查看了日志,但没有看到任何导致资源访问受限的危险信号。 The WAF is set to prevention so maybe it's seeing the form submission as a type of malicious activity and blocking it? WAF 设置为预防,所以它可能将表单提交视为一种恶意活动并阻止它? Not quite sure at this point though.不过目前还不太确定。

I am not a web master, so my scope of service stops after it leaves the Azure portal.我不是 web 主人,所以我的 scope 服务在离开 Azure 门户后停止。

Please advise.请指教。

After digging around the WAF logs, the way that the form is being transmitted to the website is being flagged as malicious and classifying the request as an SQL injection attack.在挖掘 WAF 日志之后,将表单传输到网站的方式被标记为恶意,并将请求分类为 SQL 注入攻击。

How I mitigated it in two ways:我如何通过两种方式减轻它:

  1. Navigated to the Web application firewall (WAF) and disabled the rule in question导航到 Web 应用程序防火墙 (WAF) 并禁用相关规则
  2. Add specific custom rules for exclusions for specific URLs为特定 URL 的排除添加特定的自定义规则

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误 - 403 禁止 - Microsoft-Azure-Application-Gateway/v2 - Error - 403 Forbidden - Microsoft-Azure-Application-Gateway/v2 ASP.NET MVC 错误 403 禁止 Microsoft-Azure-Application-Gateway/v2 - ASP.NET MVC error 403 forbidden Microsoft-Azure-Application-Gateway/v2 Azure 应用网关 v2 - Azure application gateway v2 Azure v2 GetResponse身份验证失败。 错误403:禁止 - Azure v2 GetResponse fails to authenticate. Error 403: Forbidden 为什么我在 Azure 应用程序网关中看到 403 forbidden? - Why do I see 403 forbidden in Azure application gateway? 来自 Azure 应用程序网关 V2 的多个登录提示 - Multiple login prompts from azure application gateway V2 如何使用 azure 虚拟网关私下访问应用程序网关标准 v2 ip? - How to access the Application gateway standard v2 ip in private using azure virtual network gateway? 获取 /v1.0/me 时 Microsoft Graph 403 Forbidden - Microsoft Graph 403 Forbidden when getting /v1.0/me SQL Server Reporting Services (SSRS) Web 门户不适用于 Azure 应用程序网关 v2 - SQL Server Reporting Services (SSRS) web portal not working with Azure Application Gateway v2 带有Microsoft.WindowsAzure.Storage.StorageException的Azure WebJobs FunctionIndexingException禁止403 - Azure WebJobs FunctionIndexingException with Microsoft.WindowsAzure.Storage.StorageException 403 Forbidden
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM