1

I am sending large data from ajax hence i am getting below error.

Invalid request: HTTP element QUERY_STRING is longer than the (1024 * 10) allowed length.

I am using thin server.

User1983
  • 77
  • 8
  • 1
    Possible duplicate of [Thin server QUERY\_STRING is longer than the (1024 \* 10) allowed length](https://stackoverflow.com/questions/33132649/thin-server-query-string-is-longer-than-the-1024-10-allowed-length) – Guillaume Munsch Feb 06 '19 at 10:45
  • Already i have these two values DEF_MAX_LENGTH(REQUEST_URI, 1024 * 12); ... DEF_MAX_LENGTH(QUERY_STRING, (1024 * 10)); – User1983 Feb 06 '19 at 11:42
  • as mentioned in above link – User1983 Feb 06 '19 at 11:43

0 Answers0