Can I prevent the Firefox developer tools network panel from clearing on page reload?

jl6 picture jl6 · Feb 3, 2014 · Viewed 36.2k times · Source

I would like to observe the contents of a POST request whose successful completion results in a location.reload() - when I try to capture this request in the Network Panel of the Firefox developer tools, I find that the page reload clears the list of captured events. Can I prevent this clearing?

Answer

wbamberg picture wbamberg · Jun 24, 2014

From Firefox 31 onwards you can use the "Enable persistent logs" setting to prevent the Network Monitor from clearing the list on reload.