|
|
|
|
|
by Pxtl
3647 days ago
|
|
For those who didn't read TFA - it does this for the password strength checker when creating a new password, not when logging in. Honestly, I can see the challenge here. A truly robust password strength checker would use dictionaries, making it too heavy to run on the client, and for usability reasons you'd want it to check on keypress. But it would be nice at the very least if they'd send it as POSTs in the body, not GET parameters. |
|
If the GET is being sent via XHR over SSL, how is doing a POST any more secure?