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

quot; Could not send request quot; error in Postman Web version(无法发送请求Postman Web 版本中的错误)

本文介绍了"无法发送请求Postman Web 版本中的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I am using postman web version.
I sent request using POST on url = localhost:3000/students But it is giving error :

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

Please help what to do :(

解决方案

Postman Website cannot send a request to your computer's localhost. It first needs to connect to your PC with the Postman desktop client. You can download it here. Run it, then go to the Postman workspace in your browser -> send the request and it will work.

这篇关于"无法发送请求Postman Web 版本中的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:"无法发送请求Postman Web 版本中的错误