fasthttp icon indicating copy to clipboard operation
fasthttp copied to clipboard

fasthttp server running on Windows can't be accessed by another machine on the same LAN

Open Haishi2016 opened this issue 2 years ago • 1 comments

I've tried both fasthttp.ListenAndServe("0.0.0.0:") and fasthttp.ListenAndServe(":") on Windows 11. In both cases, the web server can be accessed from the same PC, through either "localhost" or ip address. However, the server can't be accessed from any other machines on the same network. I've tried both PC and Mac, and I've ruled out firewall issues. Have any one observed such behaviors?

Haishi2016 avatar Oct 05 '22 04:10 Haishi2016

I'm guessing this has nothing to do with fasthttp. Or does a normal net/http server work?

erikdubbelboer avatar Oct 05 '22 10:10 erikdubbelboer