erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Update login.inc.php #190

Open rulzAT opened 1 year ago

rulzAT commented 1 year ago

Easy way to support special characters in the Password when you use HTTP authentication

erikdubbelboer commented 1 year ago

Is this really needed? Isn't the contents of _POST automatically urldecoded by PHP?