Actions
Support #3538
openHello World app with dynamic IP address
Start date:
08/22/2014
Due date:
% Done:
0%
Estimated time:
Description
Hi, I'm using free dynamic IP address service:
https://www.noip.com/
I installed Wt and I can run the Hello World app.
But when I try to access it via internet I cannot do that.
How I should configure the Hello app to make it available via internet?
(there is a chance the problem is not around my Wt and I'm going to check other options too)
I'm using Win 8.1, IE, Visual Studio 2013 Express and everything is 64 bit.
Thanks, Tamés
Updated by Koen Deforche about 10 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
Hey,
This can be because of:
- not using '0.0.0.0' as bind address, but using 127.0.0.1 which limits it to local connections
- or a firewall which blocks port 80
Without more details it's hard to tell.
Koen
Actions