Problems with Unitywebrequest

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.

does post request work from browser javascript or with Download Postman | Get Started for Free ?

With al URL like: htttps://domain.com/login.php

Networking, UnityWebRequest, WWW, Postman, curl, WebAPI, etc:

And setting up a proxy can be very helpful too, in order to compare traffic:

You have too many t’s in https, and that is a GET not a POST