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!!
Hi Junior,
Your use case should be supported.
If you check this help page you will see that the example shows a relative path in there as well
The first thing I would check in your case would be if in the element details you have the correct IP and port specified, as when using relative paths, DataMiner will use the element details configurations to determine the rest.
I have other requests in the driver and they all properly work. The request token is the only one I need to hard code the ip for it to work. I have check what you mention and everything looks good. I’m not sure if this happens because the OAuth 2.0