Making HTTP Requests using Chrome Developer tools

后端 未结 12 1559
小鲜肉
小鲜肉 2020-12-04 04:28

Is there a way to make an HTTP request using the Chrome Developer tools without using a plugin like POSTER?

12条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 05:01

    Yes, there is a way without any 3rd party extension.

    I've built javascript-snippet (which you can add as browser-bookmark) and then activate on any site to monitor & modify the requests. :

    For further instructions, review the github page.

提交回复
热议问题