You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this with Qode environment: require('http').createServer(function (req, res) { res.end('OK'); }).listen(3000);
The http server can accept local connections but not connections from other computer inside the same LAN. If we run with node instead of qode, this http server can accept all connections.
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
HTTP connections from external IPs are not accepted