- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 10:28 AM
Hi,
I'm trying to connect to a third party with Rest Message and Basic Auth, but when I try to test the connection, the rest of the message returns a "401 - Invalid username / password combo" error, but if I go into the core server, I open a browser and put the end point in url and I put the user / end point returns a JSON.
My question is what am I doing wrong? Why on the server can I access the endpoint and from servicenow I don't have access? when I do a test on the rest message with the related link "Test", the response body returns 'You do not have permission to view this directory or page'.
The Http header and Http query is empty.
Also I have tried this:
https://community.servicenow.com/community?id=community_question&sys_id=29658baddbd8dbc01dcaf3231f961972&view_source=searchResult
And i have the same result.
Thanks,
Jonay
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2020 12:05 AM
Hi,
The proble have been resolved with this workarround: https://hi.service-now.com/kb_view.do?sysparm_article=KB0778973
Thanks,
Jonay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2020 03:27 AM
The response seems to state about permission rather than about credentials. Not having permission implies credentials are good but there's acl missing. The service requires all access to the tables the api uses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2020 12:05 AM
Hi,
The proble have been resolved with this workarround: https://hi.service-now.com/kb_view.do?sysparm_article=KB0778973
Thanks,
Jonay