You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run both requests separately, it work perfectly fine. (using --output option on command line to save first response's output as image file and then use that image file as input to second request)
But I want to use output of first request to be input of second request --> chaining request.
I tried capturing first response as bytes and use that variable to second request with no lock.
Problem to solve
Hi, I would like to test APIs with hurl. My API expects inputs be multipart-formdata, while responses image as output in bytes.
Lets say I have two APIs,
If I run both requests separately, it work perfectly fine. (using
--output
option on command line to save first response's output as image file and then use that image file as input to second request)But I want to use output of first request to be input of second request --> chaining request.
I tried capturing first response as bytes and use that variable to second request with no lock.
Error message
So it would be nice if it can send bytes between chaining requests
or if this use case already possible, please point me to right direction...
Proposal
[Capture]
the output bytes as input to next requestAdditional context and resources
Tasks to complete
The text was updated successfully, but these errors were encountered: