carsonyl / pypac

Find and use proxy auto-config (PAC) files with Python and Requests.
https://pypac.readthedocs.io
Apache License 2.0
71 stars 18 forks source link

Handle Kerberos with Proxy authentication #78

Closed Zulzig closed 3 weeks ago

Zulzig commented 3 weeks ago

Hi Carson,

I am opening this case to inquire if we can handle Kerberos authentication with a proxy where this method is necessary.

In the README, it seems that only Basic Authentication credentials are available.

thank for your helps.

Best regards,

carsonyl commented 3 weeks ago

I don't think Requests (or urllib3) have Kerberos proxy support. It would need to be implemented there first, as PyPAC is just a layer on top of Requests.

Zulzig commented 3 weeks ago

Hi Carson,

thank you for your feedback

best regards