REST outbound message 401 - Invalid username/password combo

phoang
Kilo Expert

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?

find_real_file.png

find_real_file.png

12 REPLIES 12

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.


Were you able to find a solution to get NTLM authentication to work with on outbound REST message in servicenow?


Had to set it to basic authentication in the app


VaranAwesomenow
Mega Sage

were you able to find a solution for this, even I have the same issue.


Priya36
Tera Contributor

Facing same issue