不需要安装的REST客户端

REST client that does not need installation

我们有一个锁定的客户环境,我们无权在其中安装任何东西。在这个环境中,我需要调用一些 REST 服务来排除故障。

在我的本地开发环境中,我通常使用 Postman(Chrome 插件)或 Advanced REST 客户端。但是,由于客户环境被锁定,我无法安装 Chrome(他们有 IE 11)或 Adv。 REST 客户端。

有没有REST客户端可以直接复制使用,不需要安装?

我也是一样的情况。为了测试 RESTful API,我安装了一个便携式 Chrome 版本(不需要管理员权限),我在其中安装了 postman。

您可以通过简单的 google 搜索找到便携式 chrome 版本。

您还可以安装一个便携式 firefox 版本并安装一个插件来模拟 REST 请求,例如 HttpRequester here.

您也可以从这里 https://www.soapui.org/. Make sure to choose the open source version for a free edition. Also, when installing making sure to change the installation path to a folder you have permission to write in, for instance a folder in your Desktop. Here's the doc on how to use it: https://www.soapui.org/soapui-projects/soapui-projects.html

使用 SOAP UI