基础代码
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def request(context, flow):
|
||||
flow.request.headers["x-requests-proxy"] = "http"
|
||||
|
||||
def response(context, flow):
|
||||
flow.response.headers[b"x-requests-proxied"] = "http"
|
||||
Reference in New Issue
Block a user