401 Authorization Error: https://epm-<TENANT_NAME>.epm.us6.oraclecloud.com/interop/rest/v3
Summary:
When using postman, issues with authorization when calling endpoint, https://epm-<TENANT_NAME>.epm.us6.oraclecloud.com/interop/rest/v3
Content (required):
Hello,
When using Postman & basic authorization, I am unable to successfully return a 200 message when calling out to https://epm-<TENANT_NAME>.epm.us6.oraclecloud.com/interop/rest/v3. I receive the below error message:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> <title>401 Authorization Required</title> </head> <body> <h1>Authorization Required</h1> <p>You are not authorized to access the requested resource. Check the supplied credentials (e.g., username and password).</p> </body> </html>
0