Thursday, April 16, 2020

Capture HTTP Transactions into HAR file

This week I've created a utility to capture HTTP (clear text) transactions into a HAR file.
See more details in the repository: https://github.com/alonana/httshark

This is useful in case you want to view transactions that are sent to a none secured site.
Another common usage is after an SSL terminator, as illustrated below:


No comments:

Post a Comment