如何在Rest Client中测试WebService / Restful API?

时间:2016-01-24 06:54:45

标签: ruby-on-rails json web-services api rest

我知道这个问题可能很简单但仍然在这里发布。 我有一个用RAILS编写的WebService / Restful API,它以JSON格式提供响应。根据RAILS开发人员的说法,它在他的开发下工作得很好,但在我的情况下却没有。

我的问题是,

  

现在,我想测试浏览器休息客户端中的请求/响应(如   mozilla,chrome)。但是,当我点击API时,它给了我401。

所以我有两个问题,

1] How to test it in Rest Client? if I make any mistake while passing header parameter in wrong way.

2] Is there anything other approach to do this?

API详情是,

网址http://rails4.xxxxx.com/xx/xxxxx/ {id} .json

// {id}可以是任何整数值

标题

X-XXXXXX-客户: 487txxxxhu34hfixxxxxu3hfcfxxxxx4f3f3f

有关详细信息,请参阅下面的快照。 谢谢你的到来。

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:0)

有很多方法可以测试rest api:

cURL(CLI)
RestConsole(适用于Chrome)
RestAssured(java测试框架)

弗里斯比(javascript测试框架)

答案 1 :(得分:0)

问题是由于凭据错误造成的。