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?
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