Hello!
I faced to issue with android web view of the maptiler's server. On my desktop chrome browse everything works fine but when I visit the same link (load the same map source) on my mobile chrome (
67.0.3396.87) it shows me the "Failed to load https://maps.tilehosting.com/data/v3/10/615/344.pbf?key=ajWzVuKJEPrA9ej6Dq3N: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://178.208.82.80:5937' is therefore not allowed access. The response had HTTP status code 403."
For now it's https with self-sined sertificate, but also I tried the HTTP protocol version. The behavior is the same in both cases.
I use my own java spring-boot server with "Acces-Control-Allow-Origin" : "*".
But for some reason ther Acces-Control-Allow-Origin appears only in the desktop's response header case. JS and Java code are totally the same!
I can't figure out why it's so? Is there some restrictions on the maptiler server for mobiles or what?
Please, really need help if I wouldn't solve this problem I'll have to choose another map server...