Skip to content

Commit bc7773f

Browse files
committed
change the url to correct fiddler site
1 parent 91e8a5a commit bc7773f

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

support/entra/entra-id/app-integration/capture-https-traffic-fiddler-entra-id-app.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This article provides instructions to use Fiddler to collect HTTPS traffic to tr
1212

1313
## Collect HTTPS traffic for troubleshooting
1414

15-
1. Download and install [Fiddler](https://www.telerik.com/fiddler) on the device that's used to reproduce the problem.
16-
> [!NOTE]
15+
1. Download and install [Fiddler](https://www.telerik.com/fiddler/fiddler-classic) on the device that's used to reproduce the problem.
16+
> [!NOTE]
1717
> Fiddler is third-party software, not owned by Microsoft.
1818
1. On the **Tool** menu, select **Options**.
1919
1. On the **HTTPS** tab, select **Decrypt HTTPS Traffic**. If you're prompted to install the Fiddler certificate, select **Yes**.
@@ -24,10 +24,7 @@ This article provides instructions to use Fiddler to collect HTTPS traffic to tr
2424

2525
**For browser-based applications**:
2626

27-
Use private browsing mode or clear the browser cache on the device that you'll use for testing.
28-
29-
> [!NOTE]
30-
> This action makes sure that any outdated or unnecessary files from previous sessions are cleared. It also lets the web app load the latest versions of essential files, such as JavaScript and CSS stylesheets. Having the latest files is especially important when you test changes or updates to the web app because it prevents old cached files from interfering with the current version.
27+
Use private browsing mode or clear the browser cache on the device that you'll use for testing. This action makes sure that any outdated or unnecessary files from previous sessions are cleared. It also lets the web app load the latest versions of essential files, such as JavaScript and CSS stylesheets. Having the latest files is especially important when you test changes or updates to the web app because it prevents old cached files from interfering with the current version.
3128

3229
**For non-browser-based applications**:
3330

0 commit comments

Comments
 (0)