question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Support socks5 proxy with authentication

See original GitHub issue

Playwright 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:open
  • Created 2 years ago
  • Reactions:10
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

18reactions
pavelfeldmancommented, Dec 2, 2021

Let’s see if others upvote this.

11reactions
dstamphercommented, Jan 12, 2022

Any update on adding this functionality?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found