Saturday, April 24, 2010
Thursday, March 11, 2010
Fiddler @ MIX 2010
I hope to see some of you there!
Monday, January 18, 2010
New Fiddler Alpha
I don't usually ask for broad testing of Alpha builds, but I've made some pretty major changes to Fiddler's client connection reuse and HTTPS-related features, so I'd love for anyone who can help to take a look at it and let me know if I broke anything before I ship this as a beta version.
https://www.fiddler2.com/dl/fiddler2alphasetup.exe
Thanks!
-Eric
// ChangeList v2.2.8.3
// -= ADDITIONS =-
// Restore last active View tab after restart
// Added (primitive) COLS ADD command to QuickExec
// -= FIXES =-
// Fix unmarking session results in white background even if KnownColor.Window != White
// Remove legacy polling behavior for connection reuse
// Fix FiddlerHook to detach hook on last window exit
// -= CODE CLEANUP =-
// Major refactor to handling of HTTPS Connects in Intercept mode.
// Further optimize WinSock.cs to avoid all PtrToStructure calls
// Move SessionID assignment to after ReadRequest
Wednesday, December 23, 2009
Fiddler on DotNetRocks
The folks over at DotNetRocks did a podcast interview with me earlier this month. It's less of a tutorial than the recent PDC session (http://microsoftpdc.com/Sessions/CL25) but might be interesting to some folks.
If you're interested, you can listen to it over here: http://www.dotnetrocks.com/default.aspx?showNum=509
Monday, November 09, 2009
Fiddler v2.2.7.5 Released
Fiddler v2.2.7.5 has been released in advance of my talk at PDC later this month. If you’re using Fiddler in an interesting way, or have another suggestion for a tip, trick, or addon that I should share with the PDC audience, please send me a note!
The biggest change vs. v2.2.4 is that the new version will run as a 64bit application when run on 64bit Windows. This enables Fiddler to run much longer before “out-of-memory” errors occur (as these are typically actually “out-of-address-space” errors). The only downside is that some custom Inspectors will not work because they are unable to load 32bit-only components (like Silverlight or Flash). To resolve such issues, you can force Fiddler to run in 32bit mode if you like.
Beyond the 64bit mode, the new version includes improvements to the default set of Inspectors, and a new HOSTS override UI (Tools > Hosts) which allows you to easily retarget requests from one server to another. Overall performance has been improved, and assorted bugs have been squashed.
As always, if you encounter any problems or have any suggestions, please send me an email using the Help > Send Feedback option in Fiddler.
thanks,
-Eric
Wednesday, November 04, 2009
Fiddler and VSTS2010 WebTests
With the beta2 release of Visual Studio 2010, we have made this even easier. Now to get Fiddler to capture the traffic from your web tests, you just need to do the following:
- Launch Fiddler
- Play your web test