Hello everybody,
I would have a stupid question: My arduino is running as web server properly on port 60 in local area network but I would like to load this content into general page which is running on Apache. I am using this:
<iframe src="pyPublicIp:60" title="Arduino Test"></iframe>
in index.html at apache server.
But I obtain "Forbidden" message from HTTP server when I try access to myPublicIp:60 from browser. I have allowed port 60 at the server's firewall and set port-forwarding from port 60 to Arduino's IP address, Apache server is working properly.
Do you have an idea what I am doing wrong? Thank you very much.