Hi,
I hope you can help! Here is my situation:
I have been using Fiddler for a while now, very successfully, but I am stumped at the current situation. I have to capture HTTPS requests generated by a .Net console application. I have managed to install authentication certificates and finally got the first HTTPS captured. However its response code = 504. Steps are shown below:
Fiddler Options:
The following are 'checked':
- Capture Https connects
- Decrypt Https traffic ...from all proceses <-- selected
- Check for certificate revocation
Steps:
- start fiddler - ensure capture is selected
- start console application
- click on transaction
- at this stage the console application should login to DB and provide information in a new window
HOWEVER the result is :
Console app :
- message : console application has lost DB connection
Fiddler :
- Https 504 - [Fiddler] ReadResponse() failed: The server did not return a complete response for this request. Server returned 0 bytes.
Any help in the matter is greatly appreciated.
A tester in earnest...