abhinavsingh / proxy.py

💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor framework

Home Page:https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Reverse Proxy] Modify requests

abhinavsingh opened this issue · comments

Discussed in #1218

Originally posted by RjRDRG July 12, 2022
Hello,

Is it possible to modify a request body and headers with the reverse proxy plugin?

Reverse proxy plugin ecosystem must also support same lifecycle hooks as those with proxy server plugins. This will allow plugin developers to also modify request/response objects for reverse proxy requests.