Comment on Please create a non-secure password.

<- View Parent
scrubbles@poptalk.scrubbles.tech ⁨3⁩ ⁨days⁩ ago

Whenever I see something like this I just laugh because you’re exactly right. Something isn’t being handled properly and their dev team just proved they don’t know how to do some basic handling. Every API library in JS and restful API I know of handle special characters. If they wanted they could base64 encode it over the wire. Then you’re exactly right, if the database “can’t handle it” more than likely it’s a home spun database connection where they’re serializing it themselves (which even then this is solvable), but even then that proves that they make poor choices.

source
Sort:hotnewtop