You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: troubleshoot-fiddler/bindtoportlocalhost8888.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,20 @@
2
2
title: "Unable to bind to port [Localhost: 8888]"
3
3
slug: BindToPortLocalhost8888
4
4
publish: true
5
-
position: 8
5
+
position: 80
6
6
---
7
7
8
-
Microsoft ISA Firewall client may cause Fiddler Classic to detach.
9
-
When starting Fiddler Classic under nonadmin account (ordinary User) you may see an error message:
10
8
11
-
Unable to bind to port [Localhost: 8888]. This is usually due to another running copy of Fiddler Classic.
12
-
(An attempt was made to access a socket in a way forbidden by its access permissions)
9
+
# Unable to bind to port Localhost:8888
10
+
11
+
Microsoft ISA Firewall client may cause Fiddler Classic to detach. When starting Fiddler Classic under nonadmin account (ordinary User) you may see an error message:
12
+
13
+
```
14
+
Unable to bind to port [Localhost: 8888]. This is usually due to another running copy of Fiddler Classic.
15
+
(An attempt was made to access a socket in a way forbidden by its access permissions)
16
+
```
13
17
14
18
**Fix:**
15
-
Close Fiddler.
16
-
Using REGEDIT, add a new STRING under **HKCU\Software\Microsoft\Fiddler2** named **ExclusivePort** with value **False**
19
+
- Close the Fiddler Classic application.
20
+
- Open **REGEDIT**
21
+
- Add a new STRING under **HKCU\Software\Microsoft\Fiddler2** named **ExclusivePort** with value **False**.
Copy file name to clipboardExpand all lines: troubleshoot-fiddler/configurationsystemerror.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,27 @@
2
2
title: Configuration system failed to initialize
3
3
slug: ConfigurationSystemError
4
4
publish: true
5
-
position: 4
5
+
position: 40
6
6
---
7
7
8
-
####Fiddler Classic crashes on startup complaining about the "Configuration System":
8
+
# Fiddler Classic crashes on startup complaining about the "Configuration System"
9
9
10
+
This folowing error message indicates that one of the .NET Framework's configuration files is corrupt. The most common fix for this is to trigger the Windows OS update and install all available .NET Framework updates. If that doesn't work, try re-installing the .NET Framework. If that doesn't work, try editing the file specified in the error message to correct whatever the error message is complaining about.
10
11
11
-
Sorry, you may have found a bug...
12
+
```
13
+
Sorry, you may have found a bug...
12
14
13
-
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report using the Help | Send Feedback menu.
14
-
Configuration system failed to initialize
15
-
Source: System.Configuration
16
-
at System.Configuration.ConfigurationManager.PrepareConfigSystem()
17
-
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
15
+
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report using the Help | Send Feedback menu.
16
+
Configuration system failed to initialize
17
+
Source: System.Configuration
18
+
at System.Configuration.ConfigurationManager.PrepareConfigSystem()
19
+
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
18
20
19
-
System.Configuration.ConfigurationErrorsException: Unrecognized configuration section system.serviceModel. (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 134)
20
-
or
21
+
System.Configuration.ConfigurationErrorsException: Unrecognized configuration section system.serviceModel. (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 134)
22
+
```
21
23
22
-
System.Configuration.ConfigurationErrorsException: Unrecognized configuration section runtime. (C:\Program Files (x86)\Fiddler2\Fiddler.exe.Config line 2)
24
+
or
23
25
24
-
This error message indicates that one of the .NET Framework's configuration files is corrupt. The most common fix for this is to visit WindowsUpdate and install all available .NET Framework updates. If that doesn't work, try re-installing the .NET Framework. If that doesn't work, try editing the file specified in the error message to correct whatever the error message is complaining about.
26
+
```
27
+
System.Configuration.ConfigurationErrorsException: Unrecognized configuration section runtime. (C:\Program Files (x86)\Fiddler2\Fiddler.exe.Config line 2)
Copy file name to clipboardExpand all lines: troubleshoot-fiddler/crashonstartup.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
title: Fiddler exits unexpectedly on startup
3
3
slug: CrashOnStartup
4
4
publish: true
5
-
position: 5
5
+
position: 50
6
6
---
7
7
8
-
####Fiddler Classic Crashes on Startup with an unhelpful message box
8
+
# Fiddler Classic Crashes on Startup with an unhelpful message box
9
9
10
10
If you see this message box when starting Fiddler:
11
11
12
12

13
13
14
-
15
14
...it generally means that your .NET Framework installation is corrupt. If you uninstall and reinstall the .NET 2.0 Framework, the problem is usually resolved.
Copy file name to clipboardExpand all lines: troubleshoot-fiddler/nolocalauth.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
title: No authentication when capturing traffic to local IIS server
3
3
slug: NoLocalAuth
4
4
publish: true
5
-
position: 3
5
+
position: 30
6
6
---
7
7
8
-
#### Fiddler's "Automatic Authentication" feature doesn't work when server and client are on the same machine?
8
+
# Fiddler's "Automatic Authentication" feature doesn't work when server and client are on the same machine?
9
+
9
10
If IIS and the client are on the same machine, then a feature called "Loopback protection" is causing the authentication request to fail because your computer recognizes that it is authenticating to itself, and it is unexpected (due to the proxy).
10
11
11
12
You'll need to set **DisableLoopbackCheck=1** as described here: [http://support.microsoft.com/kb/926642](http://support.microsoft.com/kb/926642)
Copy file name to clipboardExpand all lines: troubleshoot-fiddler/outofmemory.md
+30-25Lines changed: 30 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,20 @@
2
2
title: Out-of-Memory exception
3
3
slug: OutOfMemory
4
4
publish: true
5
-
position: 1
5
+
position: 10
6
6
---
7
7
8
-
####Fiddler Classic throws an out-of-memory exception
8
+
# Fiddler Classic throws an out-of-memory exception
9
9
10
10
Sometimes, Fiddler Classic may show a dialog containing the following text:
11
11
12
-
Exception of type 'System.OutOfMemoryException' was thrown.
13
-
at System.IO.MemoryStream.set_Capacity(Int32 value)
14
-
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
15
-
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
16
-
at Fiddler.Session.Execute(Object objThreadstate)
12
+
```
13
+
Exception of type 'System.OutOfMemoryException' was thrown.
14
+
at System.IO.MemoryStream.set_Capacity(Int32 value)
15
+
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
16
+
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
17
+
at Fiddler.Session.Execute(Object objThreadstate)
18
+
```
17
19
18
20
Fiddler Classic works by storing the entire request and response in memory. If you are performing a huge download (hundreds of megabytes) it's possible that Fiddler Classic cannot find a free memory block large enough to hold the entire contiguous response, and hence you'll run into this "out of memory" problem. It's also possible that if you have thousands of sessions in the Fiddler Classic session list, even a relatively small memory block will not be available to store a response a few megabytes in size. You can reduce the incidence of this problem by clearing the **Web Sessions** list (CTRL+X) or configuring it to automatically trim to the most recent two hundred sessions (Click the Filters tab, and click the "Keep only the most recent sessions" option at the bottom).
19
21
@@ -23,6 +25,7 @@ Developers can learn more about this here: [https://blogs.msdn.com/ericlippert/a
23
25
24
26
If you're on a 32-bit machine, you can avoid out-of-memory errors when downloading huge files by adding the following code inside the **OnPeekAtResponseHeaders** function inside Rules > Customize Rules. The line in red will cause Fiddler Classic not to keep a copy of the large file:
25
27
28
+
```js
26
29
// This block enables streaming for files larger than 5mb
27
30
if (oSession.oResponse.headers.Exists("Content-Length"))
28
31
{
@@ -37,23 +40,25 @@ If you're on a 32-bit machine, you can avoid out-of-memory errors when downloadi
37
40
}
38
41
}
39
42
}
43
+
```
40
44
41
45
If you're using [FiddlerCore](http://fiddler2.com/core) or writing a Fiddler Classic Extension, you can use code like this:
description: Learn about the security warning that Fiddler can trigger upon different user interactions.
4
+
slug: fc-security-warnings
5
+
publish: true
6
+
position: 5
7
+
---
8
+
9
+
# Security Warnings and Consent Dialogs in Fiddler Classic
10
+
11
+
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:
12
+
13
+
**Do not allow**: The action will be terminated immediately when chosen. The consent dialog will re-appear upon consecutive interactions of the same type.
14
+
15
+
**Allow**: When chosen, the action is executed immediately. The consent dialog will appear upon consecutive interactions of the same type.
16
+
17
+
**Always Allow**: When chosen, the action is executed immediately. The consent dialog will not appear in the future.
18
+
19
+

20
+
21
+
The consent dialogs in Fiddler Classic are triggered upon the following actions or user interactions:
22
+
23
+
- During application startup, when the application loads unknown plugins.
24
+
- During application startup, when the application loads unknown inspectors.
25
+
- During application startup, when the application loads unknown transcoders.
26
+
- During application startup, when the application loads unknown extensions.
27
+
- When the user clicks on a menu item that was created.
28
+
- When the user tries to select an app to open a file (session response, autoresponder rule response).
29
+
- When the user tries to edit an autoresponder rule response with the default editor for that file type.
30
+
- When the user tries to compare two sessions with the configured external compare tool in the app settings.
31
+
- 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.
32
+
- When the user chooses to save a session response and open the file directly (or start it if it is executable).
33
+
- When the user executes a custom context menu action from the image response inspector.
34
+
- When the user tries to open an image with an external editor from the image response inspector.
35
+
- When the user sets a custom tool for some Fiddler functionality such as, such as custom makecert.exe or brotli.exe,
36
+
- 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).
37
+
- During capturing, if the user has specified a custom certificate maker assembly.
38
+
39
+
## Reset All Consent Dialogs
40
+
41
+
All consent dialogs in Fiddler Classic can be explicitly reset through the **Tools > Options > Extensions > Reset Allow Security Exceptions**
42
+
43
+

0 commit comments