What utilities can completely track HTTP communication with a certain site, including headers, GET and POST requests - in general, ALL that the browser and server send to each other, incl. if i click on any buttons on the site, etc.


CHROME Developer tools do not offer.

    2 answers 2

    wireshark. In the filter, write "http".

      Probably help one of this list . I was advised by Charles in my time.