HTTPS C# Post Problem (with Fiddler)?

A common problem here is forgettting to call . Close on the response when you're done reading it Older versions of Fiddler would close client connections by default, which resolved some problems with clients that didn't properly close response streams themselves.

A common problem here is forgettting to call . Close on the response when you're done reading it. Older versions of Fiddler would close client connections by default, which resolved some problems with clients that didn't properly close response streams themselves.

I had the same exact problem that I finally cracked when I realized that fiddler was somehow fixing it. It was exactly what you say. – tempy Nov 7 '10 at 0:40.

I have the exact same problem and It was because I left one response without closing it like you mentioned.

Found an interesting article on haacked site where he ran into problems posting form data using HTTP 1.1. Worth a try... haacked.com/archive/2004/05/15/http-web-... //try this or the other solutions given in the comments request.ServicePoint. Expect100Continue = false.

– Frederick Jun 23 '09 at 16:57 Found an article on phil haacks site, maybe worth giving it a try. – David Liddle Jun 23 '09 at 18:01 thanks dave will give it a go - this is just driving me insane! – Frederick Jun 23 '09 at 18:04.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions