Hey everyone!
I manually add Cookie(session id actually) into request header of Custom Connector, but it's not working any more!
More details:
When placing a REST call on our system, we're getting back a session ID. This session ID is valid for 30mins and is usually saved as a cookie when using the browser. In Postman this cookie is also automatically set/handled.
When using flow (HTTP) you have an option explicitly for "Cookies" where you can parse the SessionID from the previous (login) call and place it as a variable for all the other calls.
However, In Custom Connector I can't seem to find this option nor do I know where to put it elsewhere (e.g. header, query, etc. - tried, but didn't work).
Thanks
Nelson