Extract XSRF-TOKEN value from response cookie using bash

前端 未结 0 813
故里飘歌
故里飘歌 2021-01-11 19:21

I am trying to extract the XSRF-TOKEN from the response cookie on a terminal.

$ curl -i http://localhost:8080/api/account | grep XSRF-TOKEN 

Output:

Set-Coo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题