mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-10 13:52:18 +00:00
MPF does not HTTP encode passwords appropriately for redump.org #336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InternalLoss on GitHub (Oct 1, 2021).
Originally assigned to: @mnadareski on GitHub.
Before You Submit
If all of those fail, then continue...
Version
What version are you using?
Stable release (version here)
WIP release Version 2.1-0e5d8af0
Build
What runtime version are you using?
.NET Framework 4.7.2 running on (Operating System)
.NET Framework 4.8 running on Windows 11w
.NET Core 3.1 running on (Operating System)
Describe the issue
Trying to log into redump.org in MPF settings fails, as the latest build does not HTTP encode passwords.
To Reproduce
Steps to reproduce the behavior:
Select Tools, and Options
Navigate to Login Info
Enter a password with special characters
Try to login
Expected behavior
"Redump credentials accepted", as present on 2.1
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I checked in Wireshark, and the stable version correctly encodes my password; latest does not.