Angular 6 does not add X-XSRF-TOKEN header to http request

前端 未结 7 2092
忘了有多久
忘了有多久 2020-12-02 21:06

I\'ve read the docs and all the related questions on SO, but still Angular\'s XSRF mechanism isn\'t working for me: in no way I can make a POST request with the X-XSRF-TOKEN

7条回答
  •  长情又很酷
    2020-12-02 21:10

    After struggling for countless hours, the solution that worked for us was changing the request (in Angular) from 'https://example.com' to '//example.com'.

    None of the other solutions worked for us.

提交回复
热议问题