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?
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?