Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c052e commit db8bcd1Copy full SHA for db8bcd1
1 file changed
tamper/xforwardedfor.py
@@ -25,4 +25,6 @@ def tamper(payload, **kwargs):
25
26
headers = kwargs.get("headers", {})
27
headers["X-Forwarded-For"] = randomIP()
28
+ headers["X-Clinet-Ip"] = randomIP()
29
+ headers["X-Real-Ip"] = randomIP()
30
return payload
0 commit comments