Can't connect to local server

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question: I can’t connect to local host. What am I doing wrong?

Details (like screenshots):
GET http://localhost/5000

Error: connect ECONNREFUSED 127.0.0.1:80

  • :arrow_forward:Network

:arrow_forward:Request Headers

User-Agent: PostmanRuntime/7.29.0

Accept: /

Cache-Control: no-cache

Postman-Token: c775fabc-78b4-43db-8000-7943a5a530be

Host: localhost

Accept-Encoding: gzip, deflate, br

Connection: keep-alive

Hi @stylesp23

Is 5000 your port number? … If it is I believe that the / should be a :
example; http://localhost:5000/
(your error looks like your call is defaulting to port 80)