为什么我在角度/播放应用程序中遇到csrf错误

时间:2018-03-07 20:26:56

标签: angular csrf playframework-2.6

我的Angular客户端正在发送以下http请求

Accept      application/json, text/plain, */*
Accept-Encoding     gzip, deflate
Accept-Language     en-US,en;q=0.5
Connection      keep-alive
Content-Length      44
Content-Type        application/json
Cookie      PLAY_SESSION=eyJhbGciOiJIUzI1N…GFbZZRyEgXm2bH5xesZqEr9aJQJm0
Host        localhost:9000
Referer     http://localhost:9000/signup
User-Agent      Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/58.0

请求网址为http://localhost:9000/ws/users/add

Play拒绝使用403发送此消息。我在play控制台p.filters.CSRF - [CSRF] Check failed because application/json for request /ws/users/add

中看到以下警告

这里的csrf问题是什么?

0 个答案:

没有答案