#1 2017-05-24 08:26:42

StxLog
Member
From: France
Registered: 2015-09-14
Posts: 58

TSQLRestRoutingREST.FillInput limted to 48 parameters

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

#2 2017-05-24 11:28:21

Chaa
Member
Registered: 2011-03-26
Posts: 245

Re: TSQLRestRoutingREST.FillInput limted to 48 parameters

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

#3 2017-05-24 11:41:22

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,237
Website

Re: TSQLRestRoutingREST.FillInput limted to 48 parameters

Does make sense.

Please check https://synopse.info/fossil/info/f5a8e7be83

Offline

#4 2017-05-24 14:58:20

StxLog
Member
From: France
Registered: 2015-09-14
Posts: 58

Re: TSQLRestRoutingREST.FillInput limted to 48 parameters

Thanks for your reactivity, works great.

Offline

Board footer

Powered by FluxBB