问题:
I am writing an application (Django, it so happens) and I just want an idea of what actually a "CSRF token" is and how it protects the data. 我正在编写一个应用程序(Django,它确实发生了),我只想了解“ CSRF令牌”实际上是什么以及它如何保护数据。 Is the post data not safe if you do not use CSRF tokens? 如果不使用CSRF令牌,发布数据是否不安全?
解决方案:
参考一: https://stackoom.com/question/LqcS/什么是CSRF令牌-它的重要性是什么-它如何工作参考二: https://oldbug.net/q/LqcS/What-is-a-CSRF-token-What-is-its-importance-and-how-does-it-work
来源:oschina
链接:https://my.oschina.net/u/4437884/blog/4415658