#URL Permission Issue
1 messages ยท Page 1 of 1 (latest)
You open the console and see what happens if you open the link
Look at the Tab Name, it clearly says 403, forbidden
So you try to enter some server/CMS or whatever and your user (which is public I guess) is not allowed to access it
I am sorry I dont understand what you mean... I did open the console and this is what I see:
Here I dont know what you mean but, The way it works, you log into the website, and you launch the game (since you're logged in you launch the game with some arguments)
if you're not logged in you get redirected to log in then you can launch the game
Seems like your logged in user is not valid or something. That link is no unity issue, its a permission issue on your user setup in your backend.
ok I will try to see what I can do thank you for your help
If its just about endpoints and logins, I would create a dummy website that handles all the calls first before even touching unity ๐ SO you know 100%, your login and redirect works already, after that, pull in Unity ๐
yes that is what we did
i tested it before and it worked
so now I am not sure is it because the link is so long or something else... I will recheck the permissions maybe the problem is there
we tested the redirect abd login before too
so it must be a server issue
thank you
Also check on crossdomain policy, usually the console log tells you if thats the issue, but worth a try to be sure, thats setup correctly. If its the same domain, it does not matter.