How to capture and preserve network requests from a browser

In Chrome/devtools, i can see all network requests made by the browser.
I would like to create a workflow to 1.refresh the page and then 2. capture network traffic in a file

Any idea how to do it ?

Hi @Kam,
are you trying to capture the network requests from the n8n UI to the n8n server? What page are trying to capture?

I know that you can automate these things using puppeteer (headless chrome). There is also the n8n-nodes-puppeteer node from our community member @drudge available. It does support capturing html and screenshots but it does not support capturing network traffic, so you would need to implement it yourself.

tx @marcus. let me have a look