We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to allow basic proxy authentication for cases when it is necessary to expose the proxy on the network (0.0.0.0).
curl -v -x username:password@<network_ip>:3128 https://www.google.com
The text was updated successfully, but these errors were encountered:
What login:pass would we use for this? The same as the upstream proxy? Or a separate pair altogether? Or maybe support both?
What auth type - basic/digest? Or some custom token based? What will make it most accessible?
I'd like to add that Px already has decent IP based filtering for clients that can be leveraged for now.
Sorry, something went wrong.
This is supported in v0.9.0 coming out soon - see branch.
NEGOTIATE, NTLM, DIGEST and BASIC auth are all supported with SSPI when available.
v0.9.0 has been released finally!
No branches or pull requests
It would be nice to allow basic proxy authentication for cases when it is necessary to expose the proxy on the network (0.0.0.0).
curl -v -x username:password@<network_ip>:3128 https://www.google.com
The text was updated successfully, but these errors were encountered: