You are not logged in.
Pages: 1
Hello!
Many years ago, I created a small REST server with Delphi 5. I did it using SynCrtSock and referring to the example "09 - HttpApi Web Server".
It works fine on a local network. To use it, you just use a URL like http://192.168.0.25/MyRESTserver.
Now I want to use it from outside the local network. Therefore, I need to use the server's public IP, something like http://186.132.45.22/MyRESTserver. But it doesn't work. I always get an error like "Socket error #10060: Connection timed out."
I tried disabling my firewall and antivirus, but that didn't fix the problem.
Does anyone know what I should do?
Offline
Thank you for your answer!
How can I make this binding? Could you please tell me which is the instruction for doing it or may be tell me where can I see an example?
Offline
Please, can you (or anybody) tell me how can I do the binding you said? Or where can I see an example? Thanks in advance!
Offline
Pages: 1