I've be trying to capture traffic from an website but Fiddler doesn't show any requests/responses. On the same website it shows only the part before login, but as soon as I try to capture inside the webapp it won't work.
Btw, I tried to do the same task with Firebug and it worked, but I still want to get Fiddler working
Btw, I tried to do the same task with Firebug and it worked, but I still want to get Fiddler working
4 Answers, 1 is accepted
0
The most likely explanation is that you haven't enabled HTTPS decryption, or haven't configured your client
device to trust Fiddler's certificate.
Can you provide more details? What website? Have you enabled HTTPS decryption in Tools > Fiddler Options?
Regards,
Eric Lawrence
Telerik
device to trust Fiddler's certificate.
Can you provide more details? What website? Have you enabled HTTPS decryption in Tools > Fiddler Options?
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Popa
Top achievements
Rank 1
answered on 18 Nov 2014, 01:43 PM
I think you might be right. I've enabled HTTPS decryption but I started getting errors like this http://i.gyazo.com/2e405763d34d6440c2cb4db8676dd61d.png
It should work after fixing the certificate , but how to do it ?
It should work after fixing the certificate , but how to do it ?
0
In Fiddler, click Tools > Fiddler Options > HTTPS. Untick "Decrypt HTTPS traffic." Click "Remove Interception Certificates." Accept all prompts to remove certificates. When the process completes, retick the "Decrypt HTTPS traffic" box and accept all prompts to trust the new certificate.
Regards,
Eric Lawrence
Telerik
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Popa
Top achievements
Rank 1
answered on 18 Nov 2014, 06:55 PM
Problem solved, thank you !