Chrome Devtools: saving specific requests in a network tab

Can I save only specific requests in the Chrome Network Devtools tab?

This would be very useful for me, because our company uses web scanning to get information from the extranet, and I can only record (using the rec button) all requests made to get specific information, and if I want to save the desired requests / the answers in the file for analysis later, all I can do is save it all as a .har file that saves EVERYTHING, including all resources (images, css, js, etc.), Filling the file with a lot of useless information for my purpose.

Another way would be to copy and paste only those requests that were filtered with Documents + XHR + Other, which I don’t like either because they are not structured in JSON format, like a HAR file.

+7
google-chrome-devtools web-crawler
source share
1 answer

There is a chrome extension called Network.Recorder that saves network requests when the icon is clicked and clicked, and requests that the contents be saved in a local file. This can help.

0
source share

All Articles