Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode plaintext credentials before params get re-encoded in ssApiClient #862

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

pogmommy
Copy link

ssApiClient in subsonic-api.ts no longer sends http requests containing double-encoded plaintext login credentials.
I.e. p@ssword! is now sent as p%40ssword%21 rather than p%2540ssword%2521 in http requests.

In my testing, this change does not affect non-legacy subsonic authentication.

Resolves my open #861

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 3:30am

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.

1 participant