HTTP test server accepting GET/POST requests

John Twigg picture John Twigg · Apr 20, 2011 · Viewed 392.4k times · Source

I need a live test server that accepts my requests for basic information via HTTP GET and also allows me to POST (even if it's really not doing anything). This is entirely for test purposes.

A good example is here. It easily accepts GET requests, but I need one that accepts POST requests as well.

Does anyone know of a server that I can send dummy test messages too?

Answer

Robert picture Robert · Mar 19, 2012

https://httpbin.org/

It echoes the data used in your request for any of these types: