Connecting to a Windows server process from WSL
No big revelation here, just writing this as a reminder to myself next time I try curl localhost from WSL and it doesn't work:
- Don't use
localhostor127.0.0.1. Use your machine IP. But you shouldn't even need to figure this out. Usingyour-computer-name>.localshould work (egcurl Joshs-PC.local. Even better:curl $(hostname).local. - Make sure your server is listening on
0.0.0.0, not127.0.0.1.
Source: this excellent StackOverflow answer.
I write about my software engineering learnings and experiments. Stay updated with Tentacle: tntcl.app/blog.shalvah.me.
Other Posts
Powered By Swish