When using Fiddler the TextView tab is completely blank. The headers tab seems to always be populated with expected data but the body is empty. This issue is present on Chrome, Firefox and IE (the only ones I have tried). This seems to only happen for requests however. The sample app included with FiddlerCore throws the same error over and over:
>** LogString: [Fiddler] No HTTP request was received from (chrome:####) new client socket, port #####.
When calling the method GetRequestBodyAsString() the string is always empty. GetResponseBodyAsString() works just fine however, returning the expected response. Any insight as to what the issue might be? Or do I just know nothing about HTTP traffic and requests are not supposed to have a body?