webi-installers
webi-installers copied to clipboard
fix(github-like): correct Authorization header
Re #855, caused by #852.
Additionally
-
Authorization: Basic <base64(user:token)>
ALWAYS SUCCEEDS, even when the TOKEN IS INCORRECT
(unless a rate-limit is hit) -
Authorization: Bearer <token>
FAILS ON ERROR, as expected.
So that needs to be updated too.