Hi,
I checked other posts about this and so far, no luck. I am hitting a proprietary API (built here by our devs and used in many applications), first to authenticate and retrieve a token and then to hit another endpoint (Get Files). When I attempt to use that token i have successfully retrieved, i am getting the below response during the Get Files phase.
"The provided 'Http' action URI '*sanitized*' is not valid. The URI must be a well formed absolute URI not referencing local host or UNC path."
I am successfully retrieving a token (validated the token itself inside the swagger docs we have for the API) and it is valid. No whitespace, no extra characters, etc.
I have tried setting it as a variable (both initializing it and then setting as well as compose) and neither seem to work.



Any ideas? THanks