I am new to Construct 2.
The HTTP preview work fine on my home computer (only 1 IP bound)
But it doesn't not work on my Co. Computer with 4 IPs bound. The localhost could not be reached by any browser, although I could see all IP has port 50000 opened by "netstat". No firewall blocking.
I have read the FAQ How do I ... HTTP Win7 topic which could not help.
On the working computer, using netstat -ao |find /i "listening" it shows:-
0.0.0.0:50000
[::]:50000
PID is 4 which is System. And I could see Chrome.exe had exstablished the connection.
On the multi-IP computer, it shows:
172.22.56.152:50000
172.22.56.164:50000
172.22.56.175:50000
But no browsers could be able to establish connection.