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

Proxy Authentication #207

Open
brlogan opened this issue Mar 3, 2016 · 2 comments
Open

Proxy Authentication #207

brlogan opened this issue Mar 3, 2016 · 2 comments

Comments

@brlogan
Copy link
Contributor

brlogan commented Mar 3, 2016

There is interest in having proxy authentication support. It should be fairly simple to add support for basic auth using something along the lines of:

proxy_auth_handler = urllib.request.HTTPBasicAuthHandler()
proxy_auth_handler.add_password('realm', 'host', 'username', 'password')
handler_list.append(proxy_auth_handler)
@akmalhisyam
Copy link

bump

@gtback
Copy link
Contributor

gtback commented Jul 19, 2017

I would gladly accept a pull request for this feature, but I don't personally have a great way to test it.
I'd also love to switch all of libtaxii to use requests rather than urllib, but haven't had the time to do it.

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

No branches or pull requests

3 participants