A company is integrating ServiceNow with an external system using REST API. The integration is failing with a 401 Unauthorized error. The integration user's credentials are correct and the user has the 'rest_service' role. What is the most likely cause of the failure?
Select one:
The trap here is confusing 401 Unauthorized with 403 Forbidden; candidates often attribute authentic...