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

rit*_*ain 3 html javascript node.js express postman

我正在使用邮递员网络版本。
我使用 POST on 发送请求url = localhost:3000/students 但它给出了错误:

Could not send request
Cloud Agent Error: Can not send requests to localhost. Select a different agent.
Run Code Online (Sandbox Code Playgroud)

请帮忙做什么:(

Mas*_*ind 9

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


小智 8

我遇到了同样的问题,邮递员网络版本无法向本地主机发送请求。。所以我只使用桌面版本的邮递员,它可以工作