Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ajaxCall large data
#2
1) This is an Indy feature and designed to prevent out of memory type attacks. You can modify it. Offhand I don't remember the exact way, but you can easily search that in the Indy code and find it. Or google will likely turn up a result quickly.

Generally its safe to increase it but don't make it unlimited as Indy will always use memory to buffer individual line input. You dont want users sending 4MB or 4GB "lines" as an attack.

2) You could also split the data into multiple lines if that is an option.
Reply


Messages In This Thread
ajaxCall large data - by oystein.jakobsen@sas.no - 04-06-2021, 07:48 AM
RE: ajaxCall large data - by kudzu - 04-06-2021, 04:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)