Couldn't resolve host name
See original GitHub issueOn local machine for testing purpose, if the host name is like this demo.localhost:8000
then insomania will throw error like this Couldn't resolve host name
.
In Postman, this functionality is there but I like to use Insomania and want to force my Company to buy it but everyone is giving the same excuse that I have mentioned above. I would love to have this functionality in Insomania
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
What does "Could not resolve hostname" mean? - Wormly
This error indicates that the domain name servers (DNS) that translate your domain name into an IP address failed to respond during the...
Read more >Couldn't resolve host name (2106968) | VMware KB
Connecting to Connection Server from View Client fails with the error: Couldn't resolve host name (2106968). Symptoms.
Read more >Bash - Curl (6) couldn't resolve host issue - Stack Overflow
According to the man curl, error 6 means "Couldn't resolve host. The given remote host was not resolved." so you will have to...
Read more >Troubleshooting: Can't Resolve Hostname - Liquid Web
You may find the “can't resolve hostname” or “temporary failure in name resolution” error when using retrieval command like wget, cURL, ...
Read more >How to Fix Minecraft Can't Resolve Hostname | Here Are 5 Fixes
Sometimes, the “Minecraft can t resolve hostname” error can occur when your Windows Firewall or antivirus software blocks the connection between ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Have you added
ciimsdemo.localhost
to/etc/hosts
? There may also be some more info in the Timeline tab.@gschier Thanks man. After adding
sub_domain.localhost
to my host file, it resolved the issue.