How to avoid sending parameters from the Search Request View module

Hello,
I am facing an issue with on App hosted in Azure. I am getting the 431 (Request Header Fields Too Large) error immediately after clicking on the button from the Export menu. I think that is because the Search Request View module sends several parameters in the URL such as the list of issues from the JQ:.
https://developer.atlassian.com/cloud/jira/platform/modules/search-request-view/

The error happens when the JQL returns more than 477 tickets.
Is there a way to not send some of the parameters such as the issue list? or is there a way to modify the URL to make it shorter?

Thanks