I have series of curl commands that I want to translate into straight up HTTP requests.
I would like to use some live http utility that would record http requests made while I make the curl commands. And from this, I will translate the curl commands to their corresponding http requests.
Any recommendations?