beefweb icon indicating copy to clipboard operation
beefweb copied to clipboard

HTTP auth fails when the `Authorization` header is presented lowercase

Open Fusl opened this issue 6 years ago • 1 comments

As title says. If the HTTP basic auth header is presented as

authorization: Basic <base64>

instead of

Authorization: Basic <base64>

the authorization fails with a 401 {"error":{"message":"Authentication required"}}.

Fusl avatar Sep 21 '19 13:09 Fusl

Thanks for nothing this.

HTTP headers should be case insensitive, but this is not implemented yet.

hyperblast avatar Sep 22 '19 07:09 hyperblast