-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from telerik/niliev/warnings
docs: add article about the security dialogs
- Loading branch information
Showing
11 changed files
with
135 additions
and
71 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
--- | ||
title: 403 Error connecting to localhost | ||
title: Error 403 connecting to localhost | ||
slug: 403IIS | ||
publish: true | ||
position: 7 | ||
position: 70 | ||
--- | ||
|
||
403 Error connecting to localhost | ||
================================= | ||
# Error 403 Connecting to localhost | ||
|
||
When connecting to http://localhost on a WindowsXP version of IIS, you may see many **HTTP/403** errors. This is caused by WindowsXP's 10 connection limit. To reduce the incidence of this problem, ensure that **"Reuse Connections to Servers"** is checked in the **Tools | Fiddler Classic Options | Connections** dialog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: Security Warnings and Consent Dialog | ||
description: Learn about the security warning that Fiddler can trigger upon different user interactions. | ||
slug: fc-security-warnings | ||
publish: true | ||
position: 5 | ||
--- | ||
|
||
# Security Warnings and Consent Dialogs in Fiddler Classic | ||
|
||
The Fiddler Classic application loads a list of add-ons and extensions on startup or upon user actions (for example, open diff tool in inspectors). Additionally, users can download or create extensions or change the default tools' settings. To guarantee that harmless third-party tools are not loaded, the application automatically checks them, informs the user, and asks for consent to operate. The security dialog has three applicable options as follows: | ||
|
||
**Do not allow**: The action will be terminated immediately when chosen. The consent dialog will re-appear upon consecutive interactions of the same type. | ||
|
||
**Allow**: When chosen, the action is executed immediately. The consent dialog will appear upon consecutive interactions of the same type. | ||
|
||
**Always Allow**: When chosen, the action is executed immediately. The consent dialog will not appear in the future. | ||
|
||
![security dialogs in Fiddler Classic](../images/security-dialogs.png) | ||
|
||
The consent dialogs in Fiddler Classic are triggered upon the following actions or user interactions: | ||
|
||
- During application startup, when the application loads unknown plugins. | ||
- During application startup, when the application loads unknown inspectors. | ||
- During application startup, when the application loads unknown transcoders. | ||
- During application startup, when the application loads unknown extensions. | ||
- When the user clicks on a menu item that was created. | ||
- When the user tries to select an app to open a file (session response, autoresponder rule response). | ||
- When the user tries to edit an autoresponder rule response with the default editor for that file type. | ||
- When the user tries to compare two sessions with the configured external compare tool in the app settings. | ||
- When the user tries to edit the FiddlerScript rules with the configured external editor (when different from our FSE), it is also set in app settings. | ||
- When the user chooses to save a session response and open the file directly (or start it if it is executable). | ||
- When the user executes a custom context menu action from the image response inspector. | ||
- When the user tries to open an image with an external editor from the image response inspector. | ||
- When the user sets a custom tool for some Fiddler functionality such as, such as custom makecert.exe or brotli.exe, | ||
- When the user chooses to open a session url with a specific browser (browsers are detected using heuristics, so it is not sure that they are installed). | ||
- During capturing, if the user has specified a custom certificate maker assembly. | ||
|
||
## Reset All Consent Dialogs | ||
|
||
All consent dialogs in Fiddler Classic can be explicitly reset through the **Tools > Options > Extensions > Reset Allow Security Exceptions** | ||
|
||
![Reset security dialogs in Fiddler Classic](../images/security-dialogs-reset.png) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters