Stories recently tagged with 'fiddler'

A Fiddler plug-in for inspecting WCF Binary encoded messages(blog.functionalfun.net)

submitted by samuel_d_jacksamuel_d_jack(415) 2 years, 3 months ago

If ever you're needing to debug the interaction between a Web Service and its clients, Microsoft’s Fiddler is the tool to use - this includes WCF Services so long as they're using a HTTP transport. The only thing Fiddler won't do is decode messages that are sent using WCF's proprietary Binary encoding - until today, that is: at lunch time, I took advantage of Fiddler's neat extensibility mechanism and created a rough-and-ready Inspector that will translate binary messages from gobbledegook to plain xml for your debugging pleasure. read more...

add a comment |category: |Views: 29

tags: another

Developer handkit for ASP.Net Developers(cavemansblog.wordpress.com)

submitted by cavemansblogcavemansblog(40) 2 years, 8 months ago

However skilled you are as a technician, without the appropriate tools you would still be a dud. Just like a craftsman knows his/her tools, a software professional also has to know the tools that are apt for the job. read more...

add a comment |category: |Views: 12

tags: another

Looking for database performance bottlenecks of a web site(blog.bodurov.com)

submitted by vladibovladibo(40) 2 years, 11 months ago

How to use Fiddler and SQL Server Profiler to look for database performance bottlenecks read more...

add a comment |category: |Views: 8

tags: another

Using Fiddler with Firefox for Local Web site Testing Easily with Foxy(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

Fiddler is one of the best tools to analyze web requests sent from a web site and much more. Normally, using Fiddler with FireFox is a huge pain and typically does not work well out of the box when testing localhost requests or any requests for that matter with Fiddler through Firefox. But by using FoxyProxy which is just a nice plug-in to FireFox, it allows you to setup different proxies in FireFox very easily, and you can then hook into Fiddler's proxy quickly, and start to catch requests over the wire when testing local web applicatio read more...

add a comment |category: |Views: 13

tags: another

Working with Fiddler on LocalHost - Scott Cate's WebLog(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

Then last month while speaking at Orlando ASPConnections, I was demoing some AJAX calls on stage, and an audience member told me that Fiddler will work on 127.0.0.1 with a trailing . on the IP address. So the address ends up like ... read more...

add a comment |category: |Views: 38

tags: another

Localhost HTTP debugging with Fiddler(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 11 months ago

I have been a huge fan of Fiddler the HTTP Debugging Proxy for a couple years now. However one thing that always bugged me about any network debugging tool was the fact that it could debug localhost or 127.0.0.1. However I just found a solution while racking my brain for a way to debug one of my local projects. read more...

5 comments |category: |Views: 85

tags: another

http debugging proxy(dotnet.org.za)

submitted by StevenMcDStevenMcD(235) 4 years, 10 months ago

A Very useful tool that I have been introduced to. Helps improve web application performance by showing you everything you need to know about your application. read more...

2 comments |category: |Views: 14

tags: another