Hi there. I’m trying to connect unity with a PHP to use a mySQL database. The connection works fine but if I try to do an UnityWebRequest.Post this error appears:
Response:
503 Service Unavailable
Service Unavailable
The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.
Not pretty sure where the problem coming from because the connection using UnityWebRequest.Get is working fine.