asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

[Question] How to save "set-cookie" header #98

Closed crile closed 3 years ago

crile commented 4 years ago

Hi,

I fail to save the "set-cookie" header from a response to use it in a next request. I use "REST.Output" to extract any data from the response. However, it seems that the specific header "set-cookie" is not in it.

Any advice ?

Thanks.

asimell commented 3 years ago

Hi @crile

How are you trying to read it?

${cookie}= Output response header set-cookie doesn't work?

crile commented 3 years ago

Sorry but I don't use Restinstance anymore since I fail to solve this problem. I will try to reproduce the issue if I have some spare time.

Atihinen commented 3 years ago

We can open a new issue if there is need for it. Closing this one for now.