The browser would send a request to the server that would store the user's session identifier, CSRF token, etc. in our support database.
浏览器会发送一个请求到服务器,存储用户的会话标识符,CSRF令牌,我们支持数据库等。
Every edit operation must be accompanied by a token, which ensures the validity of the user request and protects against CSRF attacks.
每个编辑操作必须伴有一个令牌,这可确保用户请求的有效性,并抵御CSRF攻击。
You can typically prevent CSRF attacks by requiring that a unique token or cookie be passed with every request, which can be done with Dojo.
您通常可以通过要求每个请求在发送时传递一个惟一的令牌或cookie来阻止CSRF攻击,这可以通过Dojo来完成。
To guard yourself against CSRF, use the one-use token approach you use in your habit of verifying form posts.
为了保护您免受CSRF攻击,需要使用在检验表单post时使用的一次性标记方法。
The server will assume that any requests that lack the correct value in the Request-Token header are CSRF attack attempts and will reject them.
服务器将假设Request - Token头部中缺乏正确的值的任何请求都是CSRF攻击企图并将拒绝它们。
The server will assume that any requests that lack the correct value in the Request-Token header are CSRF attack attempts and will reject them.
服务器将假设Request - Token头部中缺乏正确的值的任何请求都是CSRF攻击企图并将拒绝它们。
应用推荐