
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 11:27 AM
I am trying to get some information from the outbound HTTP request log. I need to inspect the FULL request body that is being sent.
However, the Request body is being truncated.
Is there a way to show the entire request body in the log?
System Logs > Outbound HTTP Requests
The log page looks exactly like in the article below, it has the partial request body and then stops at **body truncated**
'The Request section includes details about the outbound request depending on log level. In this example, the request headers and truncated JSON request body are shown.'
https://developer.servicenow.com/blog.do?p=/post/outbound-web-services-logging-in-detail/
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 09:29 AM
Hi there,
By deafult 100 characters is the limit for this field.
You can change the property here:
glide.outbound_http.content.max_limit
Best Regards,
Rahul
Please mark this as Helpful or correct if it answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2020 06:01 AM
No luck, we were not able to view the truncated data. SNOW support confirmed there is no way to access the truncated portion. Luckily we were able to find the root cause without that missing piece. I changed the setting to 1000 so we will get more detail going forward.