我的移动应用程序中有以下代码,它可以正确获取数据。 myURL只是象征性的。
var client = new RestClient("http://myURL/");
client.Authenticator = new HttpBasicAuthenticator("efgh", "ijkl");
var request2 = new RestRequest("rest/humantask/task/assigned/Jane");
request2.AddHeader ("Accept", "application/json");
request2.AddHeader ("Content-Type", "application/json");
但是,我想在浏览器上看到json对象。一旦我按如下方式调用URL,它就不会返回任何内容。我错过了什么?或者是否有可以使用的工具(扩展名)?
myURL /休息/ HumanTask的/任务/分配/简
答案 0 :(得分:1)
你好chrome我更喜欢JSON Editor Extension你也可以编辑JSON Result。你可以查看JSONEditor
答案 1 :(得分:1)
我找到了一个使用邮递员的解决方案,有用户名和密码部分,还有标题条目。
Postman Link可在以下链接中找到: https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en