I am looking for publicly accessible web server that I can test my AJAX requests on. I remember there were a site that would show me all my requests, etc, but I forget the name. Can anyone recommend something?
EDIT:
I have a web server on localhost, and I want to send a POST to another server from my Javascript. This is to test my cross origin functionality. I know I can set up my own web server and change my local DNS settings so that it appears as another domain, but I would rather use an existing server than writing my own server side code.
You can use jsfiddle for this, I suppose. Check their API documentation for guides and a few examples.