How do I send spring csrf token from Postman rest client?

前端 未结 6 2187
南方客
南方客 2020-11-28 07:08

I have csrf protection in spring framework. So in each request I send csrf token in header from ajax call, which is perfectly working.

&         


        
6条回答
  •  时光说笑
    2020-11-28 07:48

    Please put X-CSRF-Token as key and FETCH as the value in the GET request header and you will receive the token in the response header

提交回复
热议问题