- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 07:51 AM
We are receiving inbound JSON with the size of 11mb payload and SNOW is rejecting that request ,Can any one please suggest what is the property file have to change or any work around
Below is the error code
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 08:12 AM
Hi,
try updating this property
25 is the MB
glide.rest.max_content_length - 25
Controlling maximum request size
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 08:05 AM
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/product/mid-server/reference/r_MIDServerProperties.html
you can add that property .
name : mid.discovery.max_payload_size
type : string
value: -1
write sys_properties.list in application nav and create new one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 08:12 AM
Hi,
try updating this property
25 is the MB
glide.rest.max_content_length - 25
Controlling maximum request size
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:13 AM
@Ankur Bawiskar
In case we can't increase this property or already over the limit, what will be the best approach for this use-case?
Moving to SOAP?