Skip to content

Commit 63fdb47

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nw-ta-faq
2 parents 900f618 + f08bc0f commit 63fdb47

File tree

6 files changed

+149
-132
lines changed

6 files changed

+149
-132
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 145 additions & 128 deletions
Large diffs are not rendered by default.
-26.6 KB
Loading
-2.73 KB
Loading
-5.94 KB
Loading
-11 KB
Loading

articles/web-application-firewall/ag/web-application-firewall-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ To record and save a HAR file in Google Chrome, follow these steps
222222

223223
## Find request attribute names
224224

225-
With the help of [Fiddler](https://www.telerik.com/fiddler), you inspect individual requests and determine what specific fields of a web page are called. This can help to exclude certain fields from inspection using Exclusion Lists.
225+
You can use Fiddler to inspect individual requests and determine what specific fields of a web page are called. Using this information helps to exclude certain fields from inspection using Exclusion Lists.
226226

227227
In this example, you can see that the field where the *1=1* string was entered is called **text1**.
228228

229-
:::image type="content" source="../media/web-application-firewall-troubleshoot/fiddler-1.png" alt-text="Screenshot of the Progress Telerik Fiddler Web Debugger. In the Raw tab, 1 = 1 is visible after the name text1." lightbox="../media/web-application-firewall-troubleshoot/fiddler-1.png":::
229+
:::image type="content" source="../media/web-application-firewall-troubleshoot/fiddler-1.png" alt-text="Screenshot of Fiddler Web Debugger. In the Raw tab, 1=1 is visible after the name text1." lightbox="../media/web-application-firewall-troubleshoot/fiddler-1.png":::
230230

231231
This is a field you can exclude. To learn more about exclusion lists, See [Web application firewall exclusion lists](application-gateway-waf-configuration.md). You can exclude the evaluation in this case by configuring the following exclusion:
232232

@@ -349,9 +349,9 @@ The second one (rule 942130) is the interesting one. You can see in the details
349349

350350
## Find request header names
351351

352-
Fiddler is a useful tool once again to find request header names. In the following screenshot, you can see the headers for this GET request, which include *Content-Type*, *User-Agent*, and so on.
352+
You can use Fiddler to find request header names. In the following screenshot, you can see the headers for this GET request, which include *Content-Type*, *User-Agent*, and so on.
353353

354-
:::image type="content" source="../media/web-application-firewall-troubleshoot/fiddler-2.png" alt-text="Screenshot of the Progress Telerik Fiddler Web Debugger. The Raw tab lists request header details like the connection, content-type, and user-agent." lightbox="../media/web-application-firewall-troubleshoot/fiddler-2.png":::
354+
:::image type="content" source="../media/web-application-firewall-troubleshoot/fiddler-2.png" alt-text="Screenshot of Fiddler Web Debugger. The Raw tab lists request header details like the connection, content-type, and user-agent." lightbox="../media/web-application-firewall-troubleshoot/fiddler-2.png":::
355355

356356
Another way to view request and response headers is to use the developer tools of Microsoft Edge or Google Chrome. For more information, see [Record HAR files](#record-har-files).
357357

0 commit comments

Comments
 (0)