A way to capture and process Async responses? #6514
Unanswered
davehouser1
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
my API works the following way:
Is there a way in insomnia to not only check the response back form sending the api, but also capture the async response and analyze it? My plan is to put the Insomnia host ip and port as the async response url in my initial POST, then have insomnia capture the response an analyze.
I am aware this is not a good way to manage / process status of a job. I know a message bus is in order, but this is outside of what I have control of. I did not develop this data flow, its how the system works unfortunately.
Anyway to do this?
All reactions