[Feature] Support socks5 proxy with authentication
See original GitHub issuePlaywright version
lastest
Operating system
No response
What browsers are you seeing the problem on?
No response
Other information
No response
What happened? / Describe the bug
_proxy = {
"server": f"{proxy.scheme}://{proxy.ip}:{proxy.port}",
"username": f"{proxy.username}",
"password": f"{proxy.password}"
}
this proxy is correct, i can use it via requests. but in playwright, it doesnt work . the doc says it support http or socks, how to use socks5 proxy ? thank yoy.
Code snippet to reproduce your bug
_proxy = {
"server": f"{proxy.scheme}://{proxy.ip}:{proxy.port}",
"username": f"{proxy.username}",
"password": f"{proxy.password}"
}
this proxy is correct, i can use it via requests. but in playwright, it doesnt work .
the doc says it support http or socks,
how to use socks5 proxy ?
thank yoy.
Relevant log output
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:7 (3 by maintainers)
Top Results From Across the Web
What are the benefits of a SOCKS5 proxy? - NordVPN
A SOCKS5 proxy allows you to hide your IP address from online services. SOCKS5 has enhanced security and offers three types of authentication ......
Read more >256785 - SOCKS5 authentication support - chromium - Monorail
Without the SOCKSv5 Auth the Sysadmins will require a helper proxy to make sure the rest of the users cannot access it. If/When...
Read more >The Absolute Guide to SOCKS5 Proxy. 2021 Update!
A SOCKS5 proxy can be used for remote users wanting to securely access an internal network. Setting a local SOCKS5 proxy with authentication...
Read more >How to Securely Bypass Blocks, Safe Torrenting, Free Proxy ...
Configuring your browser to use SOCKS can be a little more difficult. At this moment in time, neither Chrome nor Firefox support SOCKS5...
Read more >cntlm - authenticating HTTP(S) proxy with TCP/IP tunneling ...
By default, there will be no restrictions as to who can use this service. Some clients don't even support SOCKS5 authentication (e.g. almost...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Let’s see if others upvote this.
Any update on adding this functionality?