Skip to content
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

Can't resolve *.localhost #8160

Closed
1 task done
LausEquites opened this issue Nov 8, 2024 · 3 comments · Fixed by #8195
Closed
1 task done

Can't resolve *.localhost #8160

LausEquites opened this issue Nov 8, 2024 · 3 comments · Fixed by #8195
Assignees
Labels
B-bug Bug: general classification S-verified Status: Verified by maintainer

Comments

@LausEquites
Copy link

Expected Behavior

If I make a request to http://test.localhost or any other subdomain to .localhost it should resolve to 127.0.0.1 as specified in RFC 6761 part 6.3 (https://www.rfc-editor.org/rfc/rfc6761#section-6.3)

Actual Behavior

I get the following error: "Could not resolve host: test.localhost"

Reproduction Steps

  1. Make a request to http://test.localhost
  2. See you get "Could not resolve host: test.localhost"

Is there an existing issue for this?

Additional Information

It works fine in Firefox and with curl in the terminal curl -v http://test.localhost

Insomnia Version

10.1.1

What operating system are you using?

macOS

Operating System Version

macOS Sequoia 15.1

Installation method

Download from insomnia.rest

Last Known Working Insomnia version

No response

@LausEquites LausEquites added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Nov 8, 2024
@notjaywu notjaywu added S-verified Status: Verified by maintainer and removed S-unverified Status: Unverified by maintainer labels Nov 21, 2024
@filfreire
Copy link
Member

@LausEquites thanks for reporting, we're working on a fix for it here

We'll update this ticket when fix is merged into Insomnia.

@filfreire
Copy link
Member

@LausEquites fix for this will go out in next beta/GA release

@LausEquites
Copy link
Author

Awesome! You guys rock :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-verified Status: Verified by maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants