Saturday 29 August 2020

Timeouts from Windows Express.js server

I'm running a simple Express.js server that just sends "Hello, World" on a Windows machine. I can get a response from the server through Chrome and curl on the Windows machine. I then try curling the server from my Raspberry Pi. I've ensured their on the same network, however the Pi gets no response from my Windows machine. I checked the Windows firewall but it was properly set already. I read about using the hostname "0.0.0.0" when starting the server, however that also yielded no results. Not sure what could possibly be causing this, anyone ever experienced this before or have any tips?

Submitted August 29, 2020 at 08:47AM by prussianapoleon

No comments:

Post a Comment