I want to know what are the best options out there to test for example a POST request?
So am developing a client app and I want to send POST requests to see if the HTTP layer is working fine but I don't have a server I can hit with those POST requests.
What options are available out there?
Thank you