You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What:
- Add a middleware that attempts to provides protection against a form re-submission when a user reloads/refreshes an already submitted web page/form.
If such a situation is detected; this middleware will issue a http GET redirect to the same url.
Why:
- Fixes: #168
I don't know if it should be a library level thing or at app level.
The text was updated successfully, but these errors were encountered: