-
-
Notifications
You must be signed in to change notification settings - Fork 12
A way to chain requests? #44
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Hi!
It would be great to be able to chain two requests in order for the first one to obtain a JWT token that can be used in the second request, in an Authorization header in my case.
Or in a more generic way: to have the possibility to store the data we get from a request, and use it in the next request.
That would open a lot of use cases I think. But I have no idea of the complexity!