Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--geo-bypass does not add X-Forwarded-For HTTP-header #15547
Comments
|
You did not provide |
I've used a packet inspector to figure out the network-traffic from YouTube-dl,
and it doesn't seems that
--geo-bypassactually adds theX-Forwarded-ForHTTP-header,according to the documentations.
This command-line:
generated those HTTP requests (HTTP-headers only):
Ps. this was done using the native downloader (as can be seen from the command-line above), but when switched to using the external-downloader `aria2c`, which supports `--header="KEY: VALUE"` too - it didn't seems to generate any `X-Forwarded-For` headers either.