| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| proxy-agent-negotiate@1.1.0 source code.tar.gz | 2026-06-08 | 280.8 kB | |
| proxy-agent-negotiate@1.1.0 source code.zip | 2026-06-08 | 353.3 kB | |
| README.md | 2026-06-08 | 803 Bytes | |
| Totals: 3 Items | 634.9 kB | 3 | |
Minor Changes
-
84e85ed: Add
onProxyAuthcallback andnegotiateoption for Kerberos/SPNEGO proxy authentication -
Extract shared Negotiate/SPNEGO auth logic into new
proxy-agent-negotiatepackage - Added optional
onProxyAuthasync callback toHttpsProxyAgentandHttpProxyAgentoptions - When the proxy responds with 407 Proxy-Authentication Required, the callback is invoked with the response and auth scheme
- The callback returns headers (e.g.
Proxy-Authorization) to retry the request with - Added
negotiate: trueoption that uses thekerberospackage for automatic Negotiate/SPNEGO auth - Added
kerberosas an optional peer dependency ofproxy-agent-negotiate - Extended the
proxytest package to supportauthenticate: 'negotiate'mode for mock testing