rynhndrcksn / natural-resources

Repo for holding a project for Green River College's Natural Resources Bachelors program.
MIT License
0 stars 0 forks source link

Prevent "Form Resubmission" #35

Open riveraryan opened 3 years ago

riveraryan commented 3 years ago

When refreshing or hitting back to a page that sent a POST causes a form resubmission warning at the login and register pages because the page/controller is reloading with a POST and trying to resend the form. Look into solutions. One to consider is POST, REDIRECT, GET method.