Contents Now Platform Custom Business Applications Previous Topic Next Topic Controlling maximum request size Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Controlling maximum request size You can specify the maximum file size allowed in a scripted REST API request payload. The file size limit applies when accessing any of the following variables or functions from a RESTAPIRequestBody object. data dataString nextEntry() hasNext() Accessing these variables or functions with a request payload that exceeds the maximum size causes the service to respond with error code 400. The file size limit does not apply when accessing the dataStream variable. Maximum request size properties Several properties control the maximum allowed request size. Add these properties to the System Properties [sys_properties] table to specify a maximum request size.Table 1. Properties Property Default value Description glide.rest.scripted.max_inbound_content_length_mb 10 The maximum size, in megabytes, for a scripted REST request body that is not gzipped. glide.rest.scripted.max_inbound_gzip_content_length_mb 1 The maximum size, in megabytes, for a scripted REST request body that is gzipped. On this page Send Feedback Previous Topic Next Topic
Controlling maximum request size You can specify the maximum file size allowed in a scripted REST API request payload. The file size limit applies when accessing any of the following variables or functions from a RESTAPIRequestBody object. data dataString nextEntry() hasNext() Accessing these variables or functions with a request payload that exceeds the maximum size causes the service to respond with error code 400. The file size limit does not apply when accessing the dataStream variable. Maximum request size properties Several properties control the maximum allowed request size. Add these properties to the System Properties [sys_properties] table to specify a maximum request size.Table 1. Properties Property Default value Description glide.rest.scripted.max_inbound_content_length_mb 10 The maximum size, in megabytes, for a scripted REST request body that is not gzipped. glide.rest.scripted.max_inbound_gzip_content_length_mb 1 The maximum size, in megabytes, for a scripted REST request body that is gzipped.
Controlling maximum request size You can specify the maximum file size allowed in a scripted REST API request payload. The file size limit applies when accessing any of the following variables or functions from a RESTAPIRequestBody object. data dataString nextEntry() hasNext() Accessing these variables or functions with a request payload that exceeds the maximum size causes the service to respond with error code 400. The file size limit does not apply when accessing the dataStream variable. Maximum request size properties Several properties control the maximum allowed request size. Add these properties to the System Properties [sys_properties] table to specify a maximum request size.Table 1. Properties Property Default value Description glide.rest.scripted.max_inbound_content_length_mb 10 The maximum size, in megabytes, for a scripted REST request body that is not gzipped. glide.rest.scripted.max_inbound_gzip_content_length_mb 1 The maximum size, in megabytes, for a scripted REST request body that is gzipped.