I tried to find similar topics, but not find it. I installed fresh installation Traccar server, and runs good on localhost:8082 I openned the firewall on 8082 port and from my browser http://<server_ip>:8082/ works also.
I redirected from domain name as example below then I have localhost refused to connect.
<html>
<head>
</head>
<frameset rows="100%,*">
<frame name="framename" src="http://localhost:8082">
</frameset>
</html>
What I missed?
thanks
Why are you using localhost instead of IP address? I think you misunderstand how frames work.
You right, I changed to IP instead localhost , now works good. I tried before didn't work also , Thank you
I tried to find similar topics, but not find it. I installed fresh installation Traccar server, and runs good on localhost:8082 I openned the firewall on 8082 port and from my browser http://<server_ip>:8082/ works also.
I redirected from domain name as example below then I have localhost refused to connect.
<html> <head> </head> <frameset rows="100%,*"> <frame name="framename" src="http://localhost:8082"> </frameset> </html>
What I missed?
thanks