Issues trying to reach localhost:3001/status #7799
Unanswered
juliomarmin
asked this question in
Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I have Insomnia 8.6.1 on Windows
I have a local application listening on port 3001, and when I try to reach it with localhost:3001/status , I get in Insomnia 'Not Found'
If I copy the cURL command and try in a shell, I get response.
I changed the listening port to 3002, and with localhost:3002/status Insomia can get a response!
When listening on 3001, Insomnia works with url [::1]/status
I can't figure out why Insomnia does not work with localhost:3001, but works with other ports.
cURL works fine.
What's going on?
Beta Was this translation helpful? Give feedback.
All reactions