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

前端 未结 6 2175
南方客
南方客 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:49

    If you don't want to configure environment variables etc. here is the quickest solution

    https://stackoverflow.com/a/49249850/3705478

提交回复
热议问题