Dear Thinkwise,
Because the Universal-GUI uses the cache of the browser it is not allowed to have more than 1 webapplication of the universal-gui in 1 sub domain.
But I’m having now:
http://ericwebsite.acto.nl/acto-d-upgradetest-evo-indicium-universal
http://ericwebsite.acto.nl/acto-d-upgradetest-evo-indicium
http://ericwebsite.acto.nl/acto-d-upgradetest-evo-universal-gui
So I want to change our IIS structure to support this. What I want to do is creating the next structure:
http://ericwebsite.acto.nl/acto-d-upgradetest-evo-indicium-universal
http://ericwebsite.acto.nl/acto-d-upgradetest-evo-indicium
http://acto-d-upgradetest-evo-universal-gui.acto.nl
This structure needs to use the ‘CORS’ possibilities of IIS/Thinkwise
My questions is: do you support these new structure? And if so: how do I enable the CORS in this structure?
I have read about CORS and indicium and found the next instructions and I tried them on the appsettings.json of indicium-universal, but these doesn’t seem to work.
{
"AllowedOrigins": O
"https://ericwebsite.acto.nl”,
"https://acto-d-upgradetest-evo-universal-gui.acto.nl"
]
}