Skip to content

proxy authentification fix#274

Merged
devgianlu merged 2 commits intolibrespot-org:devfrom
humanperzeus:dev
Dec 9, 2020
Merged

proxy authentification fix#274
devgianlu merged 2 commits intolibrespot-org:devfrom
humanperzeus:dev

Conversation

@humanperzeus
Copy link

@humanperzeus humanperzeus commented Dec 9, 2020

using a proxy with username and password authentification needing the username:password being base64 encoded

Syntax:
Proxy-Authorization: type credentials
example:
Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l

only credentials have to be encoded, not the whole request. this fix it

HK and others added 2 commits December 9, 2020 04:53
using a proxy with username and password authentification needing the username:password being base64 encoded

Syntax:
Proxy-Authorization: <type> <credentials>
example: 
Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l



this fix
@devgianlu devgianlu merged commit 6fed318 into librespot-org:dev Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants