Telerik Forums
Fiddler Forum
1 answer
115 views

Hey,

I creating a UI that has an input box to set a filter. It is then disabled and traffic should be filtered based on it. Along with filtering, any traffic that matches the filter text has a parameter added.

 

I think this should work in principle, but practice it is usually not working. It sometimes works and sometimes doesn't. Am I doing something wrong?

 

public void AutoTamperRequestBefore(Session oSession)
{
    if (null == View || View.TextBoxFilter.Enabled) return;
    if (oSession.fullUrl.Contains(View.TextBoxFilter.Text))
    {
        oSession.fullUrl += "&debug=1";
    }
    else
    {
        oSession.Ignore();
    }
}
Russell
Top achievements
Rank 1
 answered on 16 Aug 2018
1 answer
90 views
---------------------------
Uncaught Exception in Session #89
---------------------------
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 at http://www.telerik.com/forums/fiddler.

Cannot access a disposed object.

Object name: 'WinHttpAutoProxy'.

Type: System.ObjectDisposedException
Source: Fiddler
   at “.Ÿœ.ƒ•(String •, String& ‘‰, String& ”) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\FiddlerCore\PlatformExtensions\Windows\FiddlerCore.PlatformExtensions.Windows.Shared\WinHttpAutoProxy.cs:line 52

   at .‚•.œ(String –, IPEndPoint& žœ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\AutoProxy.cs:line 142

   at Fiddler.Proxy.FindGatewayForOrigin(String sURIScheme, String sHostAndPort) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Proxy.cs:line 808

   at Fiddler.ServerChatter.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\ServerChatter.cs:line 1056

   at Fiddler.Session.‘() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 3725

   at Fiddler.Session.(Object ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 3500


Fiddler v5.0.20182.28034 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

Alexander
Telerik team
 answered on 15 Aug 2018
1 answer
702 views

I am struggling with a Windows 10 Pro version 1709 machine. When I am connecting to my ADFS form IE11 and I start capturing with fiddler, it will error.

I reset the certificate, I disabled proxy in the options and I also tried disabling WIA. When I access from Chrome, it works fine but with IE11, it does not matter what I do, it wont work. 

As a test, I created another virtual machine with same characteristics, and it works just fine. The only thing I did different is that on the machine that is not working, I did not run IE setup, on the other one that works, I did it.

 

 

Ricardo
Top achievements
Rank 1
 answered on 09 Aug 2018
1 answer
166 views

I've noticed very recently that SNMP Service on Windows 10 seems to run constantly on my Windows 10 PC System. The Task Manager shows it consuming 15-20% of CPU resources on a regular basis. I want to kill the service but something on my system is probably dependent on it.

Is it Fiddler or should I look elsewhere?

Thanks for reading!

Simeon
Telerik team
 answered on 09 Aug 2018
1 answer
2.7K+ views

Hello,

how to configuration fiddler for capture all traffic between my APP and SQL server?? such as all queries, transactions, connections, etc. 

 

Thanks

 

Simeon
Telerik team
 answered on 09 Aug 2018
2 answers
2.1K+ views
Hello,

this might not be directly related to Fiddler functionality, but I've been trying to cleanly reinstall Fiddler with no luck. What I did:

- I removed the extracted `fiddler-mac` directory from my `/Applications`.
- I removed `Fiddler2` directory from my home dir.
- I uninstalled Mono.
- I installed Mono and extracted `fiddler-mac` ZIP archive again to `/Applications`.

When I run `mono Fiddler.exe`, Fiddler keeps maintaining its previous UI states (window size, column-widths, toggled options, etc.) and it doesn't even reset the "About" info, i.e. "You've run Progress Telerik Fiddler: 32 times." instead of resetting the count to 0.

Are there any Fiddler-related preference/config files stored somewhere which I may have missed to remove? (I have looked into `~/Library/Preferences` and `"~/Library/Application\ Support"` to no avail)

Glenn
Top achievements
Rank 1
 answered on 08 Aug 2018
1 answer
359 views
---------------------------
Awww, Fiddlesticks!
---------------------------
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 at http://www.telerik.com/forums/fiddler.

The type initializer for 'Mono.Unix.Native.Syscall' threw an exception.

Type: System.TypeInitializationException
Source: Fiddler
  at Fiddler.CONFIG.get_IsMac () [0x00007] in <616b130fa1474630b442fde0f9112534>:0
  at .•..ctor () [0x00061] in <616b130fa1474630b442fde0f9112534>:0
  at (wrapper remoting-invoke-with-check) .•:.ctor ()
  at Fiddler.AutoResponder..ctor () [0x0001c] in <616b130fa1474630b442fde0f9112534>:0
  at Fiddler.frmViewer.‹• (System.String[] ˆ•) [0x00168] in <616b130fa1474630b442fde0f9112534>:0
  at Fiddler.frmViewer.‡• (System.String[] ˆ•) [0x00016] in <616b130fa1474630b442fde0f9112534>:0

System.EntryPointNotFoundException: Mono_Posix_Syscall_get_at_fdcwd
  at (wrapper managed-to-native) Mono.Unix.Native.Syscall:get_at_fdcwd ()
  at Mono.Unix.Native.Syscall..cctor () [0x0000a] in <0216319ce51c4b67aa757f28510856aa>:0
Fiddler v4.6.20171.26113 (x86 x86) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.1.7601.65536 Service Pack 1]
---------------------------
OK   
---------------------------
Matas
Top achievements
Rank 1
 answered on 06 Aug 2018
2 answers
2.4K+ views
Hi ,
How can I decode the  WWW-Authenticate header in c#.
I have the following header :
Authorization: Negotiate TlRMTVNTUAADAAAAGAAYAIAAAAAYABgAmAAAAAYABgBYAAAADAAMAF4AAAAWABYAagAAABAAEACwAAAAFYKI4gYC8CMAAAAPffbxvOGkL8ns+08wCF8mpUcARQBSAHMAawBhAHIAbgBpAFMASwBBAFIATgBJAC0ATQBPAEIATABmpA4p85r6qgAAAAAAAAAAAAAAAAAAAADhTsbpNSiV0RYcgZydNiGaRJqQVfHQAM80vSRnAZubLRwjwE2TnLrY

I (guess), that the information presented in the "Auth" tab is the decoding of this header.
A'm I correct ?
How can I do it in C# ?
thx
Sagi
Sung Hoon
Top achievements
Rank 1
 answered on 06 Aug 2018
4 answers
5.1K+ views
I upgraded to v4.6.2.0 and the HTTPS decryption option is causing sites to fail to load in my browser. I have tried disabling and re-enabling decryption without any success. This was working before the upgrade. Does anyone have any suggestions?
dan
Top achievements
Rank 1
 answered on 03 Aug 2018
2 answers
1.0K+ views

Hello, I have downloaded Fiddler for Mac from this link: https://www.telerik.com/download/fiddler and have followed the installation instructions regarding mono and placing fiddler.exe in a writable directory. When running "mono fiddler.exe" from my terminal, Fiddler starts up. However, it is not automatically capturing web traffic like I am used to it doing on Windows.

Is there some other step that I need to perform on Mac for it to start capturing web traffic?

- John

Glenn
Top achievements
Rank 1
 answered on 03 Aug 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?