You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[cloudscraper](https://github.com/venomous/cloudscraper)|[cloudscraper-proxy-headers.py](python/cloudscraper-proxy-headers.py)| Cloudflare bypass with proxy headers |
62
62
|[autoscraper](https://github.com/alirezamika/autoscraper)|[autoscraper-proxy-headers.py](python/autoscraper-proxy-headers.py)| Automatic web scraping with proxy headers |
63
63
64
+
> **Note:** Most Python HTTP libraries do not expose custom headers on HTTPS `CONNECT` tunneling by default. These examples use [python-proxy-headers](https://github.com/proxymesh/python-proxy-headers) adapters to send proxy headers and read proxy response headers consistently.
65
+
64
66
### Basic Proxy Examples
65
67
66
68
*[requests-proxy.py](python/requests-proxy.py) - Basic proxy usage with requests
0 commit comments