Hello.
We have come accross with a bug when we have tried to go by https instead http.
When we conect to a single application. i.e. appweb
http://app.orgnization.org/appweb + intro
it opens the application and goes to
app.orgnization.org/appweb/multi_browser_index.htm
But when we try
https://app.orgnization.org/appweb + intro
it opens the application and goes to
https://app.orgnization.org/appweb/multi_browser_indexs.htm
and the app goes to blank.
Several internet searches and Appeon online helps happened, before we realized the final "s" in multi_browser_indexs
Workarround:
Put from the beginning not
https://app.orgnization.org/appweb + intro
but
https://app.orgnization.org/appweb/multi_browser_index.htm
Problem:
Since we send to our users a single link, now we have to specify that if the are using Edge or chrome this link or iexplorer, this another one.
regads
Juan Pedro.
I think it sent to index.htm{l} and this one to multi_browser_indexs.htm, but this page doesn't exist or doesn't work....
is multi_browser_indexs.htm created under server's C:\inetpub\wwwroot\?
If not, please redeploy your app fully.
If I go by https, multi_browser_indexs.htm gets delivered to my (FF/Chrome) browser.
Multi browser HTML page is not meant to be accessed manually though.
Best,
.m
Then I think it doesn't work properly....