- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2020 06:51 PM
I need a big help on this integration since the log is not enough to troubleshooting. How do I collect detailed log or maybe do steps to make sure what's the part of integration is getting any trouble. I have done the same steps in the Postman and everything is working good, Servicenow requires different mechanism?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 11:17 AM
Folks, case was solved this morning!
I engaged Ansible team and also network team from customer side. The issue was in the Firewall rule that's why the connection was getting refused. I appreciate a lot for all insights and value comments in this post!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 04:19 AM
could you post a screenshot of the error that you are facing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2020 11:29 PM
Error 403 implies user/password error. The credentials are not correct. Recheck if the credentials are correctly set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 02:23 AM
Hi Hozawa,
Not sure about that, Postman works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 03:41 AM
Hi Antonio
Indeed, since this is outbound Rest call and it works from PostMan, it's less likely user credentials are the reason. May you please check this article where it' s recommended to check/modify default “User Agent” field in the Header? As per guided, CURL tool can be used for the tests as well, before making actual modifications in ServiceNow instance
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2020 06:44 PM
How about trying with REST API Explorer (System Web Service > REST > REST API Explorer) and using generated code from the page to make sure it works ok.