maxQueryStringLength error when clicking the print button
Posted: Tue Dec 16, 2014 7:40 am
Hi,
I'm using the web StiMvcViewer and i am encountering a NetworkError: 400 Bad Request whenever im pressing the print button.
Here is the exact error message:
What i would like to know is why did it used the previous data of my POST request as formValues and is there a way to prevent this?
I'm using the 2014.2.1912 pre release build.
Hoping for your fast reply.
Thanks!
I'm using the web StiMvcViewer and i am encountering a NetworkError: 400 Bad Request whenever im pressing the print button.
Here is the exact error message:
Upon checking the GET request that failed, i saw that the data that was use from a previous ajax POST (the contents of the data is an object with several array properties) was used as a parameter under the name of formValues.The length of the query string for this request exceeds the configured maxQueryStringLength value.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
What i would like to know is why did it used the previous data of my POST request as formValues and is there a way to prevent this?
I'm using the 2014.2.1912 pre release build.
Hoping for your fast reply.
Thanks!