About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (168)
Most used tags
Tag Archives: Fiddler
Visual Studio Load Test with fiddler
In Visual Studio you add a new Web Performance Test and Internet Explorer opens with the plugin to record the traffic. But what if you want to use another client that not lives in the browser like a Desktop App? … Continue reading
Posted in Test
Tagged extraction rule, Fiddler, internet explorer, Loadtest, vs2012, web performance, web test
7 Comments
Compat inspector fiddler rule
Origional post here. My version of the fiddler CustomRules.js file below.
Silverlight and WCF exception handling
A colleage asked me why he got “not found” expections in his Silverlight client whenever an exception was returned from my WCF service. My answer was this is a Silverlight problem and needs to be resolved by you. But I … Continue reading
Streaming azure
In the local development fabric streaming messages works. But in Azure I experience many the problems. The reply message was “the HTTP request includes a non-supported header” and the resultcode was 400 – bad request. I noticed that a small … Continue reading
Posted in Development
Tagged .NET, .NET 4.0, azure, Fiddler, Windows Azure, wireshark
Leave a comment