You are not logged in.
Hi mORMot users!
I'm using a very big HTML form with my TMVCApplication, and I have this error:
"Security Policy: Accept up to 48 parameters for TSQLRestRoutingREST.FillInput"
From what I can see in the sources, there is no parameters allowing me to tick this, isn't it?
So, does someone have a possible solution for me to bypass this limitation?
Thanks for your help!
Last edited by StxLog (2017-05-24 09:04:29)
Offline
I also use TMVCApplication with DataTables JavaScript library.
The DataTables uses 7 + 6 * ColumnCount parameters, and default limit is not enough.
So, I propose to increase max parameters count to at least 128.
Offline
Does make sense.
Please check https://synopse.info/fossil/info/f5a8e7be83
Offline
Thanks for your reactivity, works great.
Offline