Skip to content
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

Implement Basic authorization schema #82

Closed
wants to merge 1 commit into from

Conversation

Makman2
Copy link

@Makman2 Makman2 commented Apr 26, 2019

Hello :)

I hope this is not a problem to send "surprise" pull requests. I'm also not sure if this commit is perfectly round like this, but feel free to comment and tell me how to enhance it ;)

In any case, in my university net we have an authenticating proxy (Cisco IronPort Web Security Appliance) using the basic auth scheme (see RFC7617 ). I had really some trouble to set up other software that is not so fond of proxies (in my case it was pip... I guess in the end I found the native way to do it but after 100 tries I tried to use px first). I have seen that px wasn't able to deal with the basic auth schema, so I hacked a bit around and tried to implement that as well.

@genotrance
Copy link
Owner

No worries, I'll review over the weekend. Thanks for your contribution!

@genotrance
Copy link
Owner

I've added your code into d196d2a along with a bunch of other fixes. Thanks for submitting this PR. Given I don't have a way to test this locally, please try out the next commit and confirm that it works for you with in your scenario.

Thanks again!

@genotrance genotrance closed this May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants