Hi
I've been developing an app in Unity (I know, not the most optimal choice but it's what I have experience in) that connects to a server to retrieve information.
I was using a php api to connect the app to a SQL database, however, recently I've started to receive 403 errors when connecting. The error does not occur when loading the php files via a web browser.
Here's a link to reference:
http://ktbrownnose.x10host.com/PHP/login.php
The expected result is a blank page with the words "Login failed." when loading the php file this way.
After some research the most likely cause of the problem is that an admin has changed some settings to block Unity from connecting. All my php files have the permissions set to 0644.
Forum posts have told me I should contact customer support and customer support has told me to go to the forums.
Thanks for any help in advance.
I've been developing an app in Unity (I know, not the most optimal choice but it's what I have experience in) that connects to a server to retrieve information.
I was using a php api to connect the app to a SQL database, however, recently I've started to receive 403 errors when connecting. The error does not occur when loading the php files via a web browser.
Here's a link to reference:
http://ktbrownnose.x10host.com/PHP/login.php
The expected result is a blank page with the words "Login failed." when loading the php file this way.
After some research the most likely cause of the problem is that an admin has changed some settings to block Unity from connecting. All my php files have the permissions set to 0644.
Forum posts have told me I should contact customer support and customer support has told me to go to the forums.
Thanks for any help in advance.