Friday, February 07, 2014

RESTClient to Test JSON Web Services

RESTClient is an add-on for Firefox. Once I was in a company that Firefox installation required special approval. This rule of approval alone was a prove that their CIO was below qualified.

When testing JSON web services, the only trick is to set the JSON request header.

Click on Headers and add Content-Type as name, application/json; charset=utf-8 as value.

Otherwise you will get HTTP Status 415.

No comments: