Could anybody explain to me why typing this link in Chrome
https://secure.malindoair.com/MalindoAirCIBE/OnlineBooking.aspx
while Fiddler is running gives a ERR_CONNECTION_RESET error?
PLEASE NOTE:
I have successfully set up Fiddler to "Decrypt HTTPS Traffic" and use its own certificate for that. I can see traffic from other HTTPS websites. Only this domain is behaving strange.
I tried using HttpWebRequest class in .NET to request a simple GET for this link with no parameters and no headers, and I receive "The underlying connection was closed: An unexpected error occurred on a send." error, which is almost certainly that same ERR_CONNECTION_RESET from Chrome.
I have tried inserting all kinds of headers such as Keep-Alive (tried both true and false) in my GET request, to no avail.
I am not using any proxy when coding in .NET.
Any ideas?