CzBiX/WSLHostPatcher

Is there a difference between localhost and 127.0.0.1?

GimpMaster opened this issue · 0 comments

I have a web server running in WSL2 in ubuntu. I'm using postman in windows GUI. If I try to send a GET request to http://127.0.0.1:3001 it never makes a connection.

However if I use http://localhost:3001 it works just great. Any ideas?