Escape URL Characters for authentication
-
When I submit a url like this:
/?rest_route=/api/v1/login/auth&[email protected]&password=rickJamesB#$%^&
What gets submitted looks like this:
/?rest_route=/api/v1/login/auth&[email protected]&password=rickJamesB#
While a hash / pound sign is allowed in a password, it breaks the URL. It doesn’t look like the plugin allows for any escaping of the arguments. Is there a way to do that that I am missing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Escape URL Characters for authentication’ is closed to new replies.