I have a View with many exposed filters. Because of IE's max length on a URL of 2,038 characters I had to create a hook_alter for exposed views to use POST versus GET. Is it possible to still use this module if the information is being intially sent via POST?

Thanks much for help

Comments

p0832414’s picture

Same situation. Have you figure out how to do it ? Even with another similar module (views_data_export), I cannot find how to do it properly. Any advice would be greatly appreciated.