Hello Dynamicweb
I’m experiencing an issue, which seems to only be related to Dynamicweb 9.
I have an HTML form, which contains a rather long input field, about 5000 symbols (approx.. 20Kb).
The post returns HTTP code 404. But if the parameter is about 2500 symbols long, I get OK 200.
I have tested on another Dynamicweb 9 solution and got the same limitation. But on a Dynamicweb 8 it was possible to make a POST with over 50Kb long parameter.
Is there a setting in Dynamicweb 9, which defines the max length of the request?
I have the following asp.net parameters in my web.config:
maxRequestLength="512000000", (approx.. 500 Mb)
maxAllowedContentLength="102400000"(approx. 100 Mb)
I've tested on this page http://fredensborg95.devcl.bleaudev.dk/politik/borgerdrevne-forslag/opret-dit-forslag/login