When Do I Use CSRF Protection?
The Common network requests, also termed as HTTP requests include GET and POST.
A GET request is simply a request for a page from a server, e.g. visiting www.google.com.
A POST request is sent when you send data to the server, e.g submitting a ...
blog.nextwebb.tech3 min read
Godswill Ezeoke
Backend Engineer
This is nice, really gives an overview of "why and when to use CSRF protection".
I think that's even a better title. Kudos 👍