Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

FailedToParse: Password must be URL Encoded for mongodb:

If the username or password in your db connection string includes signs like @, colon :, slash /, or the percent sign % character, use percent encoding i.e. replace @ with %40, : with %3A,/ with %2F, % with %25  in your connection string
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Password #URL #Encoded
ADD COMMENT
Topic
Name
3+7 =