javascripthtmlnode.jsexpresspostman

" Could not send request " error in Postman Web version


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 :(


Solution

  • 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.