POST/GET using TinyGet and Ruby
// July 22nd, 2008 // 4 Comments » // Programming
At Huddle we’ve recently been adding to our JSON RESTful API and have been having problems testing it quickly and efficiently.
For testing GET/POST requests, and their responses, we did originally use Fiddler2, but it doesn’t support SSL, and it’s awkward to use. We also tried Modify Headers, a Firefox extension, but it was problematic and I don’t like using a browser for such testing.
(more…)