Page 1 of 1

Problem with calling REST API

Posted: Sun Sep 30, 2018 10:14 am
by hobocamp
I'm attempting to perform a simple GET for a REST api, in which I use a predetermined URL to return a series of reports, based on a date range.

I'm able to successfully perform the action with both a web browser and Postman, but when running calling it with my DS job (utilizing a hierarchical stage), I get a "401 unauthorized" error.

The authentication is basic - user ID and password - and I've verified (via the browser and Postman tests) that those values are correct.

If anyone has any suggestions as to why the DS process is failing it would be appreciated.

Thank you.
Tom