What is the maximum Url Length the service now instance supports?

jerryt
Tera Contributor

 What is the maximum Url Length the service now instance supports? and Is there a limit for sysparam_fields?

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Jerry,

I don't think any documentation exist for max url length; the max url length supported depends on the browser which you use

In which context you are referring this?

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

I missed to add this point. I was using Rest API calls via POSTMAN or let say I use CURL library which is browser independent. Now what would we consider as the max length?

 

Error I am receiving
400 Bad Request

 

{"error":{"detail":"The requested query is too long to build the response pagination header URLs. Please do one of the following: shorten the sysparm_query, or query without pagination by setting the parameter 'sysparm_suppress_pagination_header' to true, or set 'sysparm_limit' with a value larger then 833753 to bypass the need for pagination.","message":"Pagination not supported"},"status":"failure"}

Chris35
Giga Expert

Hello,

Maybe this could be helpful : Enable tiny URL support

 

jerryt
Tera Contributor

I missed to add this point. I was using Rest API calls via POSTMAN or let say I use CURL library which is browser independent. Now what would we consider as the max length?

 

Error I am receiving
400 Bad Request

 

{"error":{"detail":"The requested query is too long to build the response pagination header URLs. Please do one of the following: shorten the sysparm_query, or query without pagination by setting the parameter 'sysparm_suppress_pagination_header' to true, or set 'sysparm_limit' with a value larger then 833753 to bypass the need for pagination.","message":"Pagination not supported"},"status":"failure"}