Modern best practices in both React and Angular make a dangerous omission: the method attribute on form elements. This can lead to accidental logging of user credentials. It is now considered standard to hijack a form’s submit behavior in these frameworks using onSubmit or ng-submit, and most code examples don’t even bother to give their … Continue reading Don’t forget to POST