The Zurich release has arrived! Interested in new features and functionalities? Click here for more

HTTP Outbound REST request log body truncated

Katie A
Mega Guru

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/find_real_file.png

1 ACCEPTED SOLUTION

Rahul Shandily3
Giga Guru

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.

View solution in original post

5 REPLIES 5

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.