Hello,
I am trying to authenticate an API call where I send a JSON POST and get a response. The response.body contains the value of “session=XXXXX”. I am looking to determine how to extract the XXXX out of the response. Then I, of course, will use that for the subsequent GET or POST to follow. Is there some simple expression to retrieve the value after a special character like the “=” in this case? Or am I totally missing that there is already a node to generate the session ID with ease?
Thank you,