When your machine makes a request through a proxy, the chain is: your machine → proxy → target. The target sees the proxy's IP, headers, and any metadata the proxy chooses to forward (some proxies strip identifying info, some pass it through).
For YouTube downloaders, proxies serve one purpose: routing requests through an IP that the target accepts when your real IP is blocked or flagged. The common reasons our backend uses a proxy: our default IP is geo-blocked from a video (the same video plays from a US/UK/JP IP), our default IP is bot-flagged by YouTube's anti-scraping system, we need to spread traffic across multiple IPs to avoid rate limits.
HTTP proxies use the CONNECT verb to tunnel HTTPS traffic. SOCKS proxies (SOCKS4, SOCKS5) work at a lower layer — they tunnel any TCP / UDP traffic, not just HTTP. Both work for YouTube's use case; HTTP proxies are more common because they're simpler to set up.
Common questions
Proxy vs VPN — which should I use for downloading YouTube?
Are free proxies safe?
Related terms
VPN (Virtual Private Network)
A VPN is a service that encrypts your internet traffic and routes it through a server in your chosen country.
Geo-block (region restriction)
A geo-block is a server-side restriction that refuses to serve content to viewers based on their IP address's country.
IP fingerprinting
IP fingerprinting is the practice of evaluating an IP address against its history, ASN, country, type (residential vs datacenter), and behavioral patterns to decide how to treat requests.
VidPickr is a free, browser-based YouTube downloader. Every term in this glossary either describes how YouTube delivers video or why your downloads behave the way they do. Try the downloader →