I'm trying to send a POST request for a Token (the system requires OAuth 2.0) and the call only works when I specify the server ip but without it doesn't work. See below.
With the endpoint it works
Without the endpoint it doesn't work and I always get page not found code 404. What am I missing here?
My team and I found a solution to the issue we basically need to add another connection to run by port 80 for the token only. (Example below the ip is hidden).
In the driver I add to the group that runs the token request QAction to have connection 1 on it so basically the driver will look like this on the ports settings tags.
If anyone has another solution to this issue or think of another way that is better than this please post comments below. Thank you!!