Feature request: Request chaining
Checklist
- [x] I've searched for similar feature requests.
Enhancement request
Introduce templating syntax to allow using values from one request's response, as input for another request.
Problem it solves
Improves UX. Users don't have to copy-paste values that are dynamic by nature.
For example, a /login path returns a token in the response. A /users path uses the received token in an x-authorisation-token header. If token expires after a given time, you'd have to keep on copy-pasting the refreshed token.
Hi @mofax, this is on our radar.
Would be cool with an approach like Postmans 'test', where you can modify the environment with contents of the response.
Any timeline for when this might be available?
+1
Coming from Insomnia, this is also a feature I'd like to see be integrated!