The password field for database access accepts "@" character
The password field for adding database access accepts "@" character but the the same if we use in the url to connect database to our application, it will give error. So instead of facing this error while connecting database to app, a simple error message or alert message while adding password should be given.
1
vote
Shashank Hiremath
shared this idea
-
Kevin commented
Shashank - try URL encoding the "@" character in the password. Or all characters.