- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 04:48 AM
Hi Team,
We are receiving an error while testing a Rest API post method post Utha upgrade.
Method failed: (/***) with code:403 - Forbidden username/password combo
AUth profile has correct details. Mid server is up and running. Yet we are getting this issue.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 11:07 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 10:39 AM - edited 08-29-2023 10:50 AM
@Rashmika BS Check the API end point URL, is that common end point URL for all three instance Dev,QA and Prod because the credential may vary for the respective instance. is this OAUTH or Basic Auth?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 11:00 AM
Its same credential for all three instances, its a Basic Auth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 11:50 AM
@Rashmika BS Please try setting the user agent in the API method as shown in the screenshot below as Servicenow and test again. If my response helps to solve your issue. Kindly mark all response as helpful & correct. It will be helpful for future readers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 11:53 AM
i had tried this but no luck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 02:04 PM - edited 08-29-2023 03:08 PM
Is this an internet API? if not try without the Mid Server. Also, how are you making this outbound call through Rest Message or Flow Action?