-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Added functionality for using the proxy without credentials. #115
base: master
Are you sure you want to change the base?
Conversation
Moved two methods. Used the google style guide for this file.
Do you need something more before the review proces can start or is it ok like this? |
Hello? anybody home? |
Sorry it is been a while that I am not monitoring these repos actively, I will try to get to these couple of PRs on this repo, over this weekend. Thank you! |
Hi Nrayapati, Is there something I can help with? |
I tried testing this functionally, unfortunately I don't have a proxy setup to really verify these changes, would you be able to post some details i f you have verified and/or working example of this use case. |
Tomorrow I will get you an working example. |
Hi nrayapati, with kind regards, Cheeseit |
Any updates? |
Moved two methods.
Used the google style guide for this file.
Description
In our environment we use proxy without authentication. The authentication is done by another program. At this moment it is not possble to use a proxy without authentication. I add an if statement to check if the username is filled before creating the authentication. I have not created any tests because it is pretty hard to mock all the internals and couldnt find the other proxy tests.
Submitter checklist
Reviewer checklist