Hi,
We are a customer of yours by the name of Charles Stanley, we have an issue when using the demo page on our TRIS/TREP server for troubleshooting.
When using demo/demopage/example_worldindices.html as a test page with Ajax the dacs username and position is passed using the example code below:
document.cookie ="AAAToken=cstris01" +
";path=/" +
";domain=domain.com";
RIS.nameType = 4;
RIS.applicationId = "227";
RIS.applicationName = "CAT";
RIS.position = "127.0.0.1";
We have now moved from Ajax using http:// to OMM WS using ws://.
Since moving to OMM WS the CAT API doesn’t pass the dacs username.
Please can you provide a workaround or fix.