PostmanWeb版本中的“无法发送请求”错误
我正在使用邮递员网络版本。
我使用 POST on 发送请求url = localhost:3000/students
但它给出了错误:
Could not send request
Cloud Agent Error: Can not send requests to localhost. Select a different agent.
请帮忙做什么:(
回答
Postman 网站无法向您计算机的本地主机发送请求。它首先需要使用 Postman 桌面客户端连接到您的 PC。你可以在这里下载。运行它,然后转到浏览器中的 Postman 工作区 -> 发送请求,它将起作用。