Skip to content

proxy-authenticate support #115

@w2l0o5

Description

@w2l0o5

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

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions