Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 336 Bytes

X-Forwaded-For-Bypass-Limit-access-page

simple script in python for bypass 403 page error by header X-Forwarded-For.
requirments:

  • requests
if you don't have library "requests".
Open The Terminal and paste this command
  • pip3 install requests