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-20-2017 11:03 AM
Hi,
Just checking, Have your tried authorization under the Authentication tab instead of HTTP Header?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 11:35 AM
Yes I just tried again and removed Authorization and left the Authentication with the basic auth profile I created for the username/password, but still getting the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 01:10 PM
I have the Authorization piece in the header. But getting same error.