Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 2 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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?

Alle antwurden (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.