Link to home
Start Free TrialLog in
Avatar of zorba111
zorba111

asked on

I need to examine outgoing (request) HTTPS headers

I'm using Chrome. Is there any way to look at the outgoing (request) HTTPS headers?

Maybe there are other browsers I could use instead that give me this functionality?

I've tried using Wireshark but it only shows HTTP headers.

thanks!
Avatar of Anwar Saiah
Anwar Saiah

On FireFox you have FireBug addon
Maybe there is equevalent on Chrome.
To see HTTPS traffic you need to decrypt it, it's not accessible without trusting the certificate from the server, otherwise it would not be secure of course.

You can import the certificate in Wireshark, or better yet, use a tool like Fidler and decrypt the HTTPS traffic via that tool, more info on that here
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zorba111

ASKER

just what i was looking for, ta