The CreatorCon Call for Content is officially open! Get started here.

How to check the incoming HTTP request payload when OOB Table API is used?

Suggy
Giga Sage

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

 

7 REPLIES 7

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please check the below article:-

 

https://www.servicenow.com/community/developer-articles/how-to-capture-the-inbound-rest-logs-and-the...

 

Please mark my answer as correct based on Impact.

Suggy
Giga Sage

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 🙂

pragathi_ll
Tera Contributor

I also have the similar issue.How do we track

  incoming HTTP payloads when using OOB API‘s.Any thoughts again?

Suggy
Giga Sage

Anyone?