I have a lot of exposed filters within a view to generate a report and I am getting the error "Request-URI Too Long: The requested URL's length exceeds the capacity limit for this server.". I then went ahead and used the "https://www.drupal.org/project/views_expost" module which allows me to use POST instead of GET but the Views data export module only uses GET.

Is there a way to use post and if not could I get some help in how to go about increasing the URI length limit.

Comments

doors created an issue. See original summary.

JKingsnorth’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

1 - Increasing URL length - you could use an approach such as this: http://stackoverflow.com/questions/1289585/what-is-apaches-maximum-url-l... . Take a look at other stackoverflow posts if you use a different server.

2 - If you would like to use POST with this module then let's make this a feature request instead.

Liam Morland’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Related issues: +#2070711: IE, long URLs and exposed filters