You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: