What’s an easy way to test sending POST requests when making a website? I can easily send GET requests by typing it in the URL (example.com/?foo=bar&bar=baz) but what’s an equivalently easy way to send POST requests?
What’s an easy way to test sending POST requests when making a website? I
Share
You can use Fiddler or a Browser plugin like FireFox Tamper Data.
Or you can just create a form and submit it from any .HTML page: