-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localhost connects on IPv6 only - refuses IPv4 #13052
Comments
@codenirvana |
It's more general. Since the mentioned version, Postman started translating localhost to [::1] only. I encountered this when my Postman connection stopped working via the cntlm proxy running at 127.0.0.1:3128. It can be resolved by changing all 'localhost' to '127.0.01', but it's quite annoying. Could you please address that? |
In my case, even using |
Same issue since the update - still happening with v11.7 http://localhost:4000 http://127.0.01:4000 works, but its an annoying workaround. |
Hi @matthaddon, |
FWIW, I just rewrote part of my app so that it listens on both |
Hi @mattjohnsonpint |
Is there an existing issue for this?
Describe the Issue
After updating to 11.6.2, I started getting failures connecting to localhost. It turns out my app is serving on
127.0.0.1
(IPv4) and Postman is only trying[::1]
(IPv6).It used to connect without issue, which according to this is the correct behavior. But now it fails.
Steps To Reproduce
Make an app that listens on localhost on IPv4 only. Try to connect to it. Get failure.
Any request type fails. Mine happened to be GraphQL, but that's not relevant as others fail also.
Screenshots or Videos
Operating System
macOS
Postman Version
11.6.2
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: