Understanding Cross-Site Request Forgery (CSRF or XSRF)
This post is also available in the following languages: Portuguese.
On the last article we have learned how we can prevent some Cross-Site Scripting (XSS) attacks by using proper sanitization techniques on our web server. Now, let's take a look at a...
danilocesar.hashnode.dev12 min read
Adriano Luz
ótimo artigo!
Most frameworks have some sort of CSRF protection built in but it is important for web developers to understand how it works.