localhost:8082

mc7 years ago

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

Anton Tananaev7 years ago

Why are you using localhost instead of IP address? I think you misunderstand how frames work.

mc7 years ago

You right, I changed to IP instead localhost , now works good. I tried before didn't work also , Thank you