всем привет,
хотел использовать веб сцену со своего сервера
esriConfig.portalUrl = "https://gis.kgp.kz/";
const webscene = new WebScene({
portalItem: {
id: "5490c0a3204f4cacabfa15b7965cdc77"
}
});
браузер блокирует
Access to fetch at 'https://gis.kgp.kz/sharing/rest/portals/self?f=json&culture=ru-ru' from origin 'https://gis-dev' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
мои сервер использует https, среда разработки тоже
српашивается, дело в чем Жорик ?