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
Probably cookies are not working in iframe because the host is different.
Thanks for the clue. I will try with ajax.
Hi,
I try to insert simple view in to my external api and I'm using below code
using "iframe"
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 everthingAm I missing anything?
Thank You