I’m trying to execute a simple HTTP request to a local address on my network at 192.168.1.21:3000, but it fails with a 408 timeout response.
I’m not using any VPN or firewall.
Also, I’m getting a valid response from Postman with the same address. No special headers or anything, just a regular GET request that returns an HTML page from a local node.js process.
Can anyone point out what I am doing wrong? Thanks.