Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Trouble with Basic Authentication using REST API
Summary
Trouble with Basic Authentication using REST APIContent
Greetings,
I am having trouble interpreting how to use Basic Authentication with the TBE Rest API. I am able to use the API with the Cookie based authentication method (where I POST to the /login Resource to retrieve the token and then add the authToken to the Cookie...) but, when I attempt to generate the Basic digest for the Authorization header I am unable to successfully perform a valid call.
According to the documentation, is appears to be as simple as defining the Username parameter in the following syntax
[user_name]
0