Exceeding maximum query string length

Yes, the query string is the part of the URL after the “?”. From the error message, it looks like it’s over the default maximum of 2048 bytes. To allow longer query strings, see this StackOverflow Q&A

1 Like