webi-installers icon indicating copy to clipboard operation
webi-installers copied to clipboard

fix(github-like): correct Authorization header

Open coolaj86 opened this issue 8 months ago • 0 comments

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.

coolaj86 avatar Jun 05 '24 19:06 coolaj86