How can I capture all network requests and full response data when loading a page in Chrome?

后端 未结 5 1499
时光说笑
时光说笑 2020-12-05 04:50

Using Puppeteer, I\'d like to load a URL in Chrome and capture the following information:

  • request URL
  • request headers
  • request post data
5条回答
  •  -上瘾入骨i
    2020-12-05 05:11

    I would suggest using a tool namely 'fiddler'. It will capture all the information that you mentioned when you load a URL url.

提交回复
热议问题