1
By the browser it is possible to only perform gets by entering the url in the browser, would have some way to make POST requests by the browser or other application, this will greatly facilitate mine when it is maintaining the server. I was taking a look and is possible by the command propt using the curl
but I couldn’t adapt very well.
The reason for this, basically I’m making the server first because the designer has not finished drawing the screens, so I would like to go getting my server ready.
Your question was a little confusing, but I think Postman might be able to help you. Look for the chorme plugin, in it you can send all kinds of requests and test services like REST.
– Marcelo Gomes
Dude you saved my night, that’s exactly what I was looking for, did not know of the existence of this plugin, thank you
– Erick Zanetti
You can use Postman, it now has a version for Windows / Mac. if it is SOAP still has SOAPUI as an option.
– Eduardo Dos Santos