Passwords in MongoDB

Planted on

If you have a strong password, the one with special characters, and you need to pass it into a connection string URI, you have to escape the special characters using percent encoding as seen here: Special Characters in Connection String Password.