httpxy icon indicating copy to clipboard operation
httpxy copied to clipboard

Rewrite request and response (MITM proxy)

Open rigwild opened this issue 1 year ago • 1 comments

Describe the feature

It could be a very nice feature to be able to rewrite request and response headers/body.

The goal would be to have a full-featured MITM proxy with programmatic rules that trigger based on patterns e.g. on hostname my-domain.com, run the provided function

Something like Charles Proxy or Burp Proxy, but with a modern syntax and access to the wide JavaScript dependencies ecosystem

TLS encryption-decryption should be implemented so that we can MITM HTTPS connections.

What do you think?

Additional information

  • [ ] Would you be willing to help implement this feature?

rigwild avatar Feb 18 '24 21:02 rigwild

I'm about to open the same issue.

ianzone avatar Jan 26 '25 09:01 ianzone