I've been searching for a while now and can't seem to find an answer to my question. I want to be able to set some kind of a break point in Google Chrome directly before a request is sent, allowing me to see and modify the request from the browser to the server.
In addition, I would like to be able to save these requests and re-send them in the future. This would be useful for testing a large web form, as you could enter the information once and not have to re-enter it again when testing later.
If anyone is aware of a feature or extension available for Google Chrome that would allow this, your answer would be greatly appreciated. Thank you.
(If anyone knows how to only do this in Firefox, or any other browser, that would be an acceptable answer as well. Although, I would much rather do it from Chrome, as it is my browser of choice)
Firefox has multiple extensions for cases like this:
A quick google also seems to point that (at least at date of publishing) there was no API available in Chrome that allowed a similar extension. I'm quite sure that if an API would have been available, an extension would have been ported/made already.