Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από 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.