Process response in real time

Hello,

I want to send requests that some fields depend on the previous response.
Is it possible get the response and put some value in following request in real time?

Thanks

You can create new cookie in the first response and the next request will give you back.

1 Like

I have solved it with the response() function in addon.
Process each response in response() and send next request.

I can share my code if anyone wants.
Just let me know!