I am new to this but so far have been able to find the answers to all of my questions except this one! Pulling my hair out here.
The situation is this:
A) Getting an httpWebRequest.GetResponse().GetResponseStream() from an HTTPS site (no login, just encrypted traffic) works with Fiddler running and decrypting HTTPS traffic.
B) Getting an httpWebRequest.GetResponse().GetResponseStream() from an HTTPS site (no login, just encrypted traffic) gives me jibberish (garbage) without Fiddler running as if the stream is either encrypted or encoded.
Server returns 200 OK in both cases; this happens on the response after the POST of some data (the initial webRequest - starting page - to the HTTPS site returns a readable stream both with and without Fiddler running).
I have no idea what to do from here. I know that the stream should be automatically decrypted and decoded but I guess it is not. Any help is greatly appreciated. Much thanks.