mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
163 B
Python
Executable File
5 lines
163 B
Python
Executable File
def request(context, flow):
|
|
flow.request.headers["x-requests-proxy"] = "http"
|
|
|
|
def response(context, flow):
|
|
flow.response.headers[b"x-requests-proxied"] = "http" |