Hi all, I have recently started “playing with” Hoverfly and I have a fairly simple use case: my backend calls a number of 3rd party APIs (one for this specific example) and I just would like to use the capture mode to generate my simulation. My understanding is that I can run my backend locally, hit each endpoints via Postman, which in turn will be proxing to Hoverfly (running on my local machine on port 8500). Is that a correct assumption? I went through the Hoverfly tutorial and also attempted at replicating the same approach I also found here:
https://medium.com/@aribooluwatoba/hi-everyone-this-would-be-my-first-post-on-medium-and-im-so-excited-to-help-you-with-simplifying-335fdff68afc However, the exported simulation is consistently blank. Is the approach incorrect? Is there anything clearly wrong that I am doing?
Thank you!