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);