How to check the incoming HTTP request payload when OOB Table API is used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 10:29 AM - edited 12-01-2022 10:27 PM
How to check the incoming HTTP request payload when OOB Table API is used?
I'm aware soemhow you can check in the Node logs using glide.rest.debug property, but at the same time ServiceNow says not to do that in PRODUCTION and also but this IS NOT a great design to debug integrations especially in Production environments.
ServiceNow has an "Outbound HTTP Requests" log table.
Why isn't there be an "Inbound HTTP Requests" log table?
Have been looking for this since several years
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 10:35 AM
Hello,
Please check the below article:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 10:49 AM
Please read my question 🙂 I have already mentioned about glide.rest.debug property and the link that you gave points out to use glide.rest.debug 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 04:59 AM
I also have the similar issue.How do we track
incoming HTTP payloads when using OOB API‘s.Any thoughts again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 09:25 AM
Anyone?