Re: [PATCH] web: send capitalized authorization header scheme

2022-06-24 Thread Maxime Devos
Aleix Conchillo Flaqué schreef op vr 24-06-2022 om 09:34 [-0700]: > * module/web/http.scm (write-credentials): capitalize authorization > header scheme. The standard allows the scheme to be case-insensitive, > however most libraries out there expect the scheme to be capitalized, > which is what it

Re: [PATCH] web: send capitalized authorization header scheme

2022-06-24 Thread Aleix Conchillo Flaqué
On Fri, Jun 24, 2022 at 9:28 AM Maxime Devos wrote: > Aleix Conchillo Flaqué schreef op vr 24-06-2022 om 09:05 [-0700]: > > * module/web/http.scm (write-credentials): capitalize authorization > > header scheme. The standard allows the scheme to be case-insensitive, > > however most libraries out

[PATCH] web: send capitalized authorization header scheme

2022-06-24 Thread Aleix Conchillo Flaqué
* module/web/http.scm (write-credentials): capitalize authorization header scheme. The standard allows the scheme to be case-insensitive, however most libraries out there expect the scheme to be capitalized, which is what it is actually used in RFC docs (e.g.

Re: [PATCH] web: send capitalized authorization header scheme

2022-06-24 Thread Maxime Devos
Aleix Conchillo Flaqué schreef op vr 24-06-2022 om 09:05 [-0700]: > * module/web/http.scm (write-credentials): capitalize authorization > header scheme. The standard allows the scheme to be case-insensitive, > however most libraries out there expect the scheme to be capitalized, > which is what it

[PATCH] web: send capitalized authorization header scheme

2022-06-24 Thread Aleix Conchillo Flaqué
* module/web/http.scm (write-credentials): capitalize authorization header scheme. The standard allows the scheme to be case-insensitive, however most libraries out there expect the scheme to be capitalized, which is what it is actually used in RFC docs (e.g.