DevHTTP: those things every developer already has

I've decided to give POST based automated file uploading a try as part of another thing I'm thinking about doing.. so I needed something to test and validate my new code. One of those server side scripts that every developer already has, in PHP it would be:

print_r($_GET);
print_r($_POST);

Something like that.

So, I started looking around on for a good name: httools, htdevtools httpdtoo... and finally some dev-http httpdev combo's. I decided to google for it and found that devhttp.com was not registered yet, so I decided: what the heck, I'll give it a try. So a new page has started yesterday: http://devhttp.com

Now I'm going to throttle back on the domain registrations ;)

If you have any ideas about pages that should also be there, let me know: post a comment or just mail me. Here is what I'm currently planning:

  • Request evalutation
  • Post post checking, allowing you to hit an url and then check with your webbrowser at what time you hit that url (for if you want to blindly post to a form and later want to check the results).
  • Online Metalink validator?