troyhunt / password-purgatory

Deliberately making password creation a true hell
157 stars 14 forks source link

Add basic POST functionality #2

Closed lukefaccin closed 2 years ago

lukefaccin commented 2 years ago

URL encodes the value in the password field and submits it in a POST request to the API. Uses XMLHttpRequest to make requests.

XHR Compatibility List