We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Undici cleared Authorization and Proxy-Authorization headers for fetch(), but did not clear them for undici.request().
fetch()
undici.request()
This has been patched in 6805746. Fixes has been released in v5.28.4 and v6.11.1.
use fetch() or disable maxRedirections.
maxRedirections
Linzi Shang reported this.
Impact
Undici cleared Authorization and Proxy-Authorization headers for
fetch()
, but did not clear them forundici.request()
.Patches
This has been patched in 6805746.
Fixes has been released in v5.28.4 and v6.11.1.
Workarounds
use
fetch()
or disablemaxRedirections
.References
Linzi Shang reported this.