Files
kulakpos_web/vendor/rmccue/requests/scripts/proxy/proxy.py

6 lines
146 B
Python
Raw Normal View History

2026-03-30 14:54:57 +07:00
def request(flow):
flow.request.headers["x-requests-proxy"] = "http"
def response(flow):
flow.response.headers[b"x-requests-proxied"] = "http"