When performing a GET request to my rails application (with thin web server), I got the following error:
Invalid request: HTTP element QUERY_STRING is longer than the (1024 * 10) allowed length.
The application is part of a prototype for a master thesis, and the use of GET (not POST) requests is most important. Is there a way to change the query string length?