搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I intercept and modify (not resend) a request?

  • 2 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 Pikamander2

more options

Imagine that I'm on a website like example.com and I click a button. Looking at my browser's network tab, I can see that the page has sent a POST request to example.com with some data and received some data back from the server.

I want to be able to:

  • Edit the data before it is sent to the server.
  • Edit the response data before it is handled by the function.

I'm aware of Firefox's "edit and resend" feature, but I want to tamper with the very first request before it reaches the server.

I've been searching for this for hours but all of the answers appear to be outdated due to browser updates. What is the modern approach to doing this?

Imagine that I'm on a website like example.com and I click a button. Looking at my browser's network tab, I can see that the page has sent a POST request to example.com with some data and received some data back from the server. I want to be able to: * Edit the data before it is sent to the server. * Edit the response data before it is handled by the function. I'm aware of Firefox's "edit and resend" feature, but I want to tamper with the very first request before it reaches the server. I've been searching for this for hours but all of the answers appear to be outdated due to browser updates. What is the modern approach to doing this?

所有回复 (2)

more options

Most of the results for header are designed to create and apply rules over and over rather than hack on individual requests and responses.

This is the only one I saw that can intercept a post and let you modify it before sending:

https://addons.mozilla.org/firefox/addon/http-header-live/

I didn't try it myself.

more options

I'm trying it out now but I don't see any options to intercept the original request. It appears to just be yet another "Edit and resend" feature like the rest. The original request still gets sent.