Renaming Spring csrf token variable

前端 未结 2 1701
南方客
南方客 2021-01-16 13:35

My application runs under another portal application. Both are implemented in spring and both use csrf security.

My need is basically change how the csrf token is n

2条回答
  •  不思量自难忘°
    2021-01-16 13:53

    Please remember to delete any old cookies that you've got before renaming the Header. I had the same problem where everything was setup nicely, but old cookies in the browser caused the filter function to be useless basically.

提交回复
热议问题