Hi
I am able to play my game from
cdn.mysite.com/Game1
but not from cdn.mysite.com/Game1/index.html
The reason that i want to play from index.html is that when i turn on authenticated urls on my cdn the url for cdn.mysite.com/Game1 seems to not work, i can see the construct3 icon in the broswer tabs but the screen stays blank white. I feel it may be something to do with my cdn handling files better than folders for protected urls.
Is a game supposed to play from
cdn.mysite.com/Game1/index.html
or only from cdn.mysite.com/Game1 ?
If it's supposed to play from cdn.mysite.com/Game1/index.html what could be the reason it isn't for me?
If i turn off url authentication cdn.mysite.com/Game1 this works but cdn.mysite.com/Game1/index.html does not
If i turn on url authentication neither works