Manas Marthi
02/11/2024, 9:19 PMcall.receiveParameters()
, it seems it will fetch all parameters in the request. If a POST body is constructed with 5,000,000 params instead of the expected, say, 5 params, then can such requests cause degradation of request processing? How can I check if I received the exact number of params that I expect and also the exact names, before calling receive
Aleksei Tirman [JB]
02/12/2024, 8:27 AMManas Marthi
02/12/2024, 12:02 PM