Skip to content

fix base64 url safe encoding/decoding#67

Open
flatron4eg wants to merge 1 commit intovanchaxy:mainfrom
flatron4eg:main
Open

fix base64 url safe encoding/decoding#67
flatron4eg wants to merge 1 commit intovanchaxy:mainfrom
flatron4eg:main

Conversation

@flatron4eg
Copy link

Since base64 encoded configuration is used in URL paths, we should encode it safely for URLs, cause base64 format can include some special characters (f.e. backslash), which breaks path resolution and calls wrong endpoint handler.

Faced this issue myself and tested with my setup.

Should also resolve #64

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.

Failed to fetch

1 participant