I have an api I’m POSTing to in order to create a session.
It takes some inputs in the request header and responds with a session token in the response header.
Everything fine so far and I’m using the http request module.
My question is - how do I get my hands on the response header?
I need to use it later in the flow when I’ve had more interactions with the user and gathered some info from them.
Thanks in advance
/Anders