Method failed: (/api/now/table/incident) with code: 401 - Invalid username/password combo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Issue: "User is not authenticated" error in REST API Explorer
Hi everyone,
I'm facing an issue in ServiceNow REST API Explorer. Whenever I click Send, I get the following response:
{
"error": {
"message": "User is not authenticated",
"detail": "Required to provide Auth information"
},
"status": "failure"
}I'm already logged into the ServiceNow instance, so I'm not sure why the REST API Explorer is asking for authentication.
Has anyone faced this issue before? What could be causing it, and how can I fix it?
I have a also given the correct credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @roronoa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @roronoa ,
Are you using Basic Auth or Auth 2.0 ?
Also send the screenshot of Outbound rest message configuration ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Basic Auth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
plz make ensure that you have properly configured basic auth profile in sys_auth_profile_basic table :
I have tested in my instance and working proper with basic auth :
 
If my response helped mark as helpful and accept the solution.
