Postman Web版本中出现“无法发送请求”错误

wz3gfoph  于 2022-10-02  发布在  Java
关注(0)|答案(7)|浏览(2738)

我用的是 Postman 网页版。
我在url = localhost:3000/students上使用POST发送了请求,但它给出错误:

Could not send request
Cloud Agent Error: Can not send requests to localhost. Select a different agent.

请帮助我们做些什么:(

ih99xse1

ih99xse11#

Postman 网站无法向您计算机的本地主机发送请求。它首先需要通过Postman桌面客户端连接到您的PC。你可以下载它here。运行它,然后在浏览器中转到 Postman 工作区->发送请求,它就会工作。

yfwxisqw

yfwxisqw2#

我也有同样的问题, Postman 网页版无法向本地主机发送请求。。所以我正在使用台式机版 Postman ,它工作正常

92vpleto

92vpleto3#

这里的错误非常明显。Cloud Agent Error: Can not send requests to localhost. Select a different agent.

Postman Web版本无法向您的本地PC(本地主机)上运行的服务器发送请求。为了向本地主机URL发送请求,您需要安装Postman桌面客户端。

klsxnrf1

klsxnrf14#

I also faced the same issue recently. Just use the postman desktop app and after sign in, post/get etc. requests can be executed without a problem.

mhd8tkvw

mhd8tkvw5#

是,下载 Postman PC代理,然后运行它。一旦你得到了错误,那里的 Postman 提供了下载PC代理的额外细节,你会很好的。

zaq34kh6

zaq34kh66#

您必须使用 Postman 代理向您的本地主机发出请求。这是链接:https://www.postman.com/downloads/postman-agent/

wvt8vs2t

wvt8vs2t7#

有一个简单的解决方案可以做,只需安装 Postman 代理,然后安装它,然后在您的 Postman Web版本中测试您的REST API,它将正常工作。 Postman :https://dl-agent.pstmn.io/download/latest/win64

相关问题