Method failed: (/v2.2/api/tenants/****) with code: 403 - Forbidden username/password combo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 06:07 AM
Hello,
I have been testing some cloudgenix API. Even those APIs is working fine with POSTMAN. But I dont know why still getting quite strange response via ServiceNow REST Message.
EndPoint: https://api.*****.cloudgenix.com:443/v2.2/api/tenants/****
Authentication(in header): x-auth-token : ''Key Value"
HTTP Status: 403
Error Message: Method failed: (/v2.2/api/tenants/****) with code: 403 - Forbidden username/password combo
Error Code: 6
Note: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0720934, I tried this solution but no luck 😞
Thanks,
Vivek
- Labels:
-
Integrations
-
Now Platform App Engine

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 06:41 AM
Hi,
Have you supplied any authentication details to the API in the Post Man? Please make sure it doesn't have any special characters (Certain special characters may fail) in both credential and URL
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 11:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 09:42 PM
Hi,
There are 10 hidden headers in the post man as per the screenshot. Un-hide it (by clicking the text "10 hidded") and disable them (uncheck the checkbox before header) and see whether the request works fine in Postman.
If Postman respond same error then enable one header at a time and find out header resolves this issue. The same header can be used in ServiceNow
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 03:07 AM
Were you able to resolve this? I am having the same issue.