5

POST/GET using TinyGet and Ruby

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.
… Continue Reading