Forum Discussion

Cata's avatar
Cata
Occasional Contributor
3 years ago
Solved

How to combine 2 JSON values to then send in a follow-up request?

Hi there, I have a situation with an authorization token that I need to use for subsequent requests. So, from my first request I get a json response in the form of a token as two different proper...
  • nmrao's avatar
    3 years ago
    Save the token in Project level custom properties, say TOKEN
    In the test request step, add Header
    Authorization and value as Bearer ${#Project#TOKEN}