Javascript client classes IE8 CORS error
Posted: Thu Oct 25, 2018 12:23 pm
Hello,
I have to use IE8 compatibility mode in my aspx Site and im trying to implement the PTV functions with Javascript Client Classes.
Now im trying initialize the xMapClient and set the credentials and there Comes the error: "This browser does not support CORS with basic authentication." xmap-client.js (259,5)
Im not really sure how to solve the CORS Problem in ie8.
I have to use IE8 compatibility mode in my aspx Site and im trying to implement the PTV functions with Javascript Client Classes.
Now im trying initialize the xMapClient and set the credentials and there Comes the error: "This browser does not support CORS with basic authentication." xmap-client.js (259,5)
Code: Select all
mapClient = new XMapClient('https://xmap-eu-n-test.cloud.ptvgroup.com/xmap');
mapClient.setCredentials(xtok, token);