|
|
1
1
太长,读不下去了
Cookie只不过是一个有名字的头
从 https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cookie
如何发送Cookie
就像其他头球一样。唯一的条件是,标头名称应为
如果您想让curl读取cookie文件并发送它
使用
https://curl.haxx.se/docs/http-cookies.html Sending cookie as request header in SOAP UI request for rest web service 使用chrome或firefox建立用户会话(登录),转到developer选项卡,复制cookie值并将其与soapUI请求一起作为标头发送。(恭喜,你正在劫持你自己的会话)
http://www.soapui.org/soapui-projects/form-based-authentication.html
|
|
|
2
1
到服务器 |