-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
connectionenhancementneed sponsoringFeature requires sponsorship to implementFeature requires sponsorship to implementproxy
Description
Hackney just support basic proxy-authenticate, but this is not enough. We know that many corporation proxy server do NTLM or Kerberos or Negotiate proxy authenticate, rather than basic authenticate.
So maybe you can consider add a option {proxy-auth-type}, selectivily make a request header.
Header = [{<<"Proxy-Authorization">>, <<ProxyAuthType/binary, Credentials/binary>>}]Or can implement automatically proxy authenticate, but that would be quite complicated. ;)
This is just my personal thoughts!
Metadata
Metadata
Assignees
Labels
connectionenhancementneed sponsoringFeature requires sponsorship to implementFeature requires sponsorship to implementproxy