Re: [PATCH] web: authorization header scheme should be capitalized

2022-06-24 Thread Maxime Devos
Aleix Conchillo Flaqué schreef op do 23-06-2022 om 18:46 [-0700]: > Ah, got it. Yes, that would make sense. > > I was thinking about it again. I know that Guile complies with the > standard but since, I would say, capitalized schemes is what most > libraries use, would it make sense to switch to t

Re: [PATCH] web: authorization header scheme should be capitalized

2022-06-24 Thread Dr. Arne Babenhauserheide
Aleix Conchillo Flaqué writes: > On Thu, Jun 23, 2022 at 3:20 PM Maxime Devos wrote: > > Aleix Conchillo Flaqué schreef op do 23-06-2022 om 14:13 [-0700]: > > > https://community.spotify.com/t5/Spotify-for-Developers/API-Authorization-header-doesn-t-follow-HTTP-spec/m-p/5397381#M4917 > > >

Re: [PATCH] web: authorization header scheme should be capitalized

2022-06-24 Thread Aleix Conchillo Flaqué
On Fri, Jun 24, 2022 at 1:35 AM Maxime Devos wrote: > Aleix Conchillo Flaqué schreef op do 23-06-2022 om 18:46 [-0700]: > > Ah, got it. Yes, that would make sense. > > > > I was thinking about it again. I know that Guile complies with the > > standard but since, I would say, capitalized schemes i

[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. https://datatracker.ietf.org/doc/html/r

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. https://datatracker.ietf.org/doc/html/r

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

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