We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
I get the following error: "Could not resolve host: test.localhost"
It works fine in Firefox and with curl in the terminal curl -v http://test.localhost
curl -v http://test.localhost
10.1.1
macOS
macOS Sequoia 15.1
Download from insomnia.rest
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: