0 Replies Latest reply on Feb 26, 2015 7:45 PM by mearde

    maximum query size for get

    mearde

      Hi

       

      This page specifies the attributes for wildfly including max-post-size (The maximum size of a post that will be accepted).  Does anyone know if this limit also applies to get requests?  These stackoverflow links may be relevant:

      http://stackoverflow.com/questions/3091485/what-is-the-limit-on-querystring-get-url-parameters

      http://stackoverflow.com/questions/812925/what-is-the-maximum-possible-length-of-a-query-string (references http://www.boutell.com/newfaq/misc/urllength.html)

      The reason that I ask is that RESTful practices mandate that GET requests pass query parameters as a query string so I will not encounter a browser limit but the server limit is important.

       

      Thanks