Questions tagged [proxies]
215 questions
-2
votes
1 answer
Proxies Requests is using my own ip and when I'm using https I'm getting error
Proxies Requests is using my own ip and when I'm using https I'm getting error:
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed…

Zeyrox
- 1
-2
votes
1 answer
Python use CONNECT http verbs, header manipulation, and TLS/SSL
In Python, how do I use the CONNECT http verb and do http header manipulation, and TLS/SSL?
Unfortunately requests/urllib don't support this.
Trying to avoid manually doing this with openssl + sockets.
-3
votes
1 answer
Improving performance of a PHP Proxy grabber checker with CURL
This is a proxy grabber and tester script.
I have tried many things. I like Rolling Curl but I can not seem to get it working with this. Is there any way to speed this up or maybe throttle it with JavaScript? The processing time and resources are…

Jeff Childers
- 11
- 1
-4
votes
2 answers
Tiktok python bot ban : "Too many attemps", ban machine"
I would like to make a bot that create tiktok accounts.
So I created a program with selenium which will connect to a proxy and then go to the tiktok registration page, which enters all the necessary information (for the mail, I use…

lilo
- 7
- 1
-6
votes
2 answers
How to get the text after a split when using a function?
I am trying to split a user:pass:host:port proxy into user:pass and host:port, I know how to get the user:pass using proxytest = proxy.split("@")[0] when the proxy is user:pass@localhost:8080, it returns user:pass but how can I get the…

Just A Coder
- 1
- 4