REST outbound message 401 - Invalid username/password combo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 10:46 AM
Hi,
I have a REST outbound message with a 'get' method and I am receiving the 401 - Invalid username/password combo error.
I have the basic auth profile entered and and Authorization Basic XXXXX in the request header and the content-type=application/json.
I am able to get the response I am looking for in the chrome advanced rest client app but not able to do it in our instance when I do a Test.
I get: Method failed: (/configomatic) with code: 401 - Invalid username/password combo
I'm not sure what I'm missing? Or why I keep getting this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 01:59 PM
Figured out that it's ntlm authentication that is causing the issue.
Any experience with getting this type of authentication working with REST? I don't see any articles in the community where they got it to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 07:04 AM
Were you able to find a solution to get NTLM authentication to work with on outbound REST message in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2017 12:00 PM
Had to set it to basic authentication in the app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 06:23 AM
were you able to find a solution for this, even I have the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 09:38 AM
Facing same issue