It is necessary to transfer data from the response to a subsequent request. Something is wrong, and the default value of the variable appears in the request.
The first request returns JSON in the response body, which looks like this:
{"issued_at":"2016-01-14T12:41:01.000Z","expires":"2016-01-14T12:46:01.000Z","id":"j6M ... MTA=="}

I am retrieving the id attribute value using Extractor Regular Expression Extractor:

Then I pass the variable tokento the following query parameter:

But the request is created with the default value of the variable:

source
share