- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 09:20 AM
Hello all,
Trying to POST to OOB API https://INSTANCE.service-now.com/api/now/table/incident to create an incident. Getting a 403 Forbidden and the following response:
{"error":{"message":"User Not Authorized","detail":"Failed ACL Validation"},"status":"failure"}
I am using Basic Authentication and the user has ITIL, rest_service, and Admin roles.
Anyone else run into this? Thanks in advance
Solved! Go to Solution.
- Labels:
-
Instance Configuration
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 11:39 AM
It was a glaring oversight on my part.
I was able to use this same message and POST to my developer instance using a header that included Authorization Basic = YWRtaW46YWRtaW4=
I changed this in our company instance to Authorization simply being 'Basic' and like magic, I received a valid response.
Thank you all for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 09:32 AM
Strange. It should work.
Are you able to see access the incident table through UI with same user credentials?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 09:45 AM
I know, pretty odd. I can authenticate to the WSDL of the table with the same user. I've also tried other admin users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 09:52 AM