EDIT: Figured it out.
Go to the server where SSRS is installed.
Locate the installation directory for SSRS (C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer in my case)
Edit the httpRunTime property of the web.config file to include the line maxQueryStringLength="5120" (or some number greater than the length of the string I am trying to pass)
Save
Stop and Start the SQL Server Reporting Services service.
Original Question Below
We have some Tableau dashboards that my clients use via Tableau public. This cannot be secured, so we are constructing SSRS report URLs from the filter selections the user makes and going over to SSRS. There seems to be some kind of character limit issue in Chrome. I'm not sure what it is, but when passing a very long URL (4000+ characters), an error occurs in Chrome, but not IE or Edge.
EDIT: Seems to cut out at 2114 characters. At 2115 characters, the error shows.
EDIT2: Here's what the SSRS logs say: System.Web.HttpException: The length of the query string for this request exceeds the configured maxQueryStringLength value.
The report server encountered an unhandled exception in HttpApplication.
Does anyone know why this happens?
The URL is below.