I know you are all going to answer \"use a debugging proxy server like Fiddler\" but it\'s not that simple.
Here\'s my situation: I have some code that runs on a ser
You say that you think .NET is lying to you, and the specific example you give is that the header Content-Length is missing from the HTTP response.
But the header Content-Length is not required from an HTTP response. In fact, if the body of the response is in any dynamic, and if its length is not known in advance, then it is highly likely that the Content-Length header will be omitted!