'Chrome dev tools loses network history

The Network tab in Google Chrome developer tools is great but seems to lose all history on certain form posts.

Is there any way to get it to retain network history?

If not is there another tool I could use?



Solution 1:[1]

The "Preserve Log upon Navigation" status bar button in the Network panel should solve the issue:

enter image description here

Solution 2:[2]

Is there any way to get it to retain network history?

Yes and No. It may not retain the network history you want. (verified with chrome 62 in 2017-11-22)

If not is there another tool I could use?

https://www.charlesproxy.com/

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

Solution 3:[3]

I am using chrome 98 and this worked for me checking this

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 OfirD
Solution 2 tom redfern
Solution 3 Isaac Weingarten