webUi simple view not showing positions

sach.ka4 years ago

Hi,

I try to insert simple view in to my external api and I'm using below code
using "iframe"

width="500" height="400" frameborder="0" scrolling="no" marginheight="0"marginwidth="0"
                        src="http://18.212.217.156:8082/simple/?token=[TOKEN]"
                        style="border: none"

It Show the map with selected latitude and longitude but it does not show my devices on the map.
if I hit direct url >> http://18.212.217.156:8082/simple/?token=<USER TOKEN> on any browser it shows everthing

Am I missing anything?
Thank You

Anton Tananaev4 years ago

Probably cookies are not working in iframe because the host is different.

sach.ka4 years ago

Thanks for the clue. I will try with ajax.