About 50 results
Open links in new tab
  1. Allow access to robots.txt in Azure Web application Firewall

    Mar 4, 2024 · You can configure an exclusion list for the Azure Application Gateway Web Application Firewall (WAF) to allow access to robots.txt. The exclusion list allows you to omit …

  2. azure - Web Application Firewall Policies - Stack Overflow

    Dec 25, 2024 · The Web Application Firewall Policies - Create Or Update API replaces the entire policy, including the customRules array, with the provided payload. To preserve the existing …

  3. web application firewall - Request blocked on azure waf when …

    Aug 17, 2020 · Learn how to resolve request blocking issues on Azure WAF when form fields contain JSON string values.

  4. How does Web App Firewall protect from SQL Injection?

    Jun 9, 2021 · -2 I heard that Azure App Gateway's Web App Firewall is able to protect apps from SQL injection attacks. How does it actually achieve that? Does it inspect all the incoming …

  5. Use and setup of WAF with Azure App Service Web Application?

    Apr 4, 2018 · 2) If required, is App Service WAFs supported, and especially linked to Azure Security Centre. 3) If required and possible, then any pointers please? By the way, I have …

  6. Can I add (and do I need to) a firewall to an Azure App Service?

    Mar 14, 2024 · I have a SaaS web app hosted in an App Service. I'm currently going through some certification in the UK (CyberEssentials) and they're telling me that unless I "isolate your …

  7. Azure Front Door WAF is blocking .AspNet.ApplicationCookie

    Nov 18, 2019 · I'm wondering if anyone else has had this issue with Azure Front Door and the Azure Web Application Firewall and has a solution. The WAF is blocking simple GET requests …

  8. How to whitelist an ip address in Azure WAF - Stack Overflow

    Apr 7, 2020 · I have an Azure Application Gateway Web Application Firewall using the OWASP 3.0 ruleset. I created a custom policy so I could create a custom rule which simply allows …

  9. Azure Application GW WAF custom rule not working

    Feb 21, 2023 · If rule are not work properly try to check the WAF policy is linked to the appropriate listener of your Application Gateway like below: Make sure on Priority determines the order of …

  10. Azure Application Gateway WAF with False Positive on SQL Injection

    To do this in Azure go to the rules in the Web application firewall section. In my case I use OData which was identified by WAF as a vulnerability, the solution was to disable the rule "942360 - …