I need a live test server that accepts my requests for basic information via HTTP GET and also allows me to POST (even if its really not doing anything). This is entirely for test purposes.
A good example is http://www.thomas-bayer.com/sqlrest/
it easily accepts GET requests, but I need one that accepts POST requests.
Does anyone know of a server that I can send stupid test messages too?