Making HTTP Requests using Chrome Developer tools

后端 未结 12 1544
小鲜肉
小鲜肉 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:09

    If you want to do a POST from the same domain, you can always insert a form into the DOM using Developer tools and submit that:

提交回复
热议问题