Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
71 views

WAF is showing some errors due to including some HTML tags in my payload responses (mostly field-like messages and user guides). Sometimes, I am also sending R programming language code to the server, ...
Yubraj's user avatar
  • 33
0 votes
0 answers
85 views

I am trying to create a WAF Policy and assign it the Microsoft_DefaultRuleSet 2.1. I am using Azure CLI 2.76,0 I am getting this error: (BadRequest) WebApplicationFirewallPolicy validation failed. ...
Herald Gjura's user avatar
-1 votes
1 answer
370 views

I'm trying to create custom WAF rules to allow traffic to specific URI's - this deployment is being done via Terraform. The error I'm getting is: Application Gateway Web Application Firewall Policy ...
Matty's user avatar
  • 15
1 vote
0 answers
108 views

I have a WCF client application running on .NET Framework 4.8, and I've implemented custom headers using a message inspector (IClientMessageInspector) to work around WAF (Web Application Firewall) ...
Kabildev's user avatar
0 votes
1 answer
54 views

For Azure Application Gateway with WAF enabled, does client requests filtered on WAF or NSG first?
Sathish Mugithe's user avatar
0 votes
0 answers
57 views

We use the Application Gateway as reverse proxy for both internal and external websites. Network request exceptions often need to be made for different environments, and these are handled by the WAF. ...
Sbirq's user avatar
  • 27
0 votes
1 answer
711 views

I'm reading the docs and I just can't understand what's the difference between the match variables RequestArgNames and RequestArgValues. Just by looking at the table, those two match variables seem to ...
aldisti's user avatar
  • 76
0 votes
1 answer
81 views

We have integrated SendGrid into our project to send emails, and for logging purposes, we configured one of our application endpoints in SendGrid's webhooks to receive events related to the emails we'...
Moiz Zaveri's user avatar
0 votes
1 answer
626 views

I am currently tasked with reviewing all the WAF rules within our Azure tenant - specifically, I need to review the Custom Rules. In this journey, I've discovered the Azure Resource Graph Explorer, ...
Vehicular IT's user avatar
0 votes
1 answer
530 views

I have Azure Front Door Standard, with Front Door WAF Policy. I have created one WAF custom rule to accept traffic only from Denmark. It works fine. Now we need to make Azure Load Testing, which hits ...
Maytham Fahmi's user avatar
0 votes
0 answers
228 views

When I use Kusto Explorer to query a external table pointing to partitioned log files in Azure blob storage, I always get 0 results even though it seems to be set up correctly. I have an Azure App ...
cghgreg's user avatar
  • 41
1 vote
1 answer
835 views

I'm trying to validate FrontDoor custom domains using the Azure pre-validated domain. I have web app origins that already validated their custom domains, and I wan't to be able to import them to the ...
saad's user avatar
  • 1,005
2 votes
0 answers
627 views

Environment: We have a Windows application installed in the customer agents machine, a feature of this application is to upload images to the server via http post. These requests go through Azure ...
Shishir Sasal's user avatar
0 votes
1 answer
882 views

I have a scenario in which I want to block some requests. There is a property set in Identity claims and I want to deny the request based on that property. Let's say that claims have a proper named &...
Razi Gohar's user avatar
0 votes
1 answer
3k views

I have a frontend app service (scaled up to 3 nodes) and a api app service (scaled up to 3 nodes) on Azure. When user enter the website, the request goes to frontend app service first and then ...
Kelvin's user avatar
  • 1
0 votes
1 answer
713 views

I have Azure Front Door WAF policy and would like to change particular managed rule action using Powershell. Here is my code: $RuleOverride1 = New-AzFrontDoorWafManagedRuleOverrideObject -RuleId ...
Kosmich's user avatar
  • 30
0 votes
1 answer
4k views

I have a Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2019-10-01 policy for my web app. I pass in a token via the URL for some requests and sometimes this token has a double hyphen -- ...
mcool's user avatar
  • 825
3 votes
1 answer
3k views

I have a request URL : www.<some-url>.com/submit . I can see that I can create exclusions based on args, headers and cookies in exclusion lists for the Azure WAF policy, however, I was hoping ...
Akash Masand's user avatar
  • 1,771
1 vote
2 answers
2k views

I have an Application Gateway WAF policy. I want to update the existing custom rule by adding another IP address. How can I do this dynamically from Powershell or Azure CLI?
Souvik Saha Choudhury's user avatar
0 votes
1 answer
408 views

I'm trying to update an Frontdoor WAF policy by API following the article in the link below but I'm running into several issues. -Article seems to be focused on Frontdoor Classic, not premium, so the ...
Jeremy's user avatar
  • 11
0 votes
2 answers
1k views

Ref1: enter link description here Ref2: enter link description here I've implemented mutual (certificate) authentication and I hosted my app on the Azure App service. When I open directly my app URL ...
Shadi 's user avatar
  • 313
1 vote
1 answer
464 views

Could you please help me? I currently work with Azure application gateway waf v2 and when I try to access an application it redirects me perfectly but it does not take the variables for example when I ...
th3g3ntl3man's user avatar
1 vote
2 answers
4k views

We are using Azure Application Gateway with WAF. We have configured a timeout of 3600 seconds, and we performed the following scenario with Azure WAF and without WAF: With Azure: The application runs ...
Parth Mehta's user avatar
1 vote
0 answers
271 views

We apply the Azure Application Gateway Web Application Firewall (WAF) to provide additional preventions against malicious attacks such as SQL Injection, Cross-Site Scripting, etc on an Azure App ...
Kevin Le - Khnle's user avatar
0 votes
0 answers
2k views

I am trying to call the Azure-hosted API endpoint using a 3rd party application. Application sends the HTTP request with the header values ContentType = "*/*"; Azure Application Gateway WAF ...
Harsha W's user avatar
  • 3,386