Increase the max body length for http requests in SLua and LSL/Luau
SuzannaLinn Resident
myRequestId = ll.HTTPRequest(myUrl, { HTTP_BODY_MAXLENGTH, 16384 }, "")
Currently the maximum is 16384 in VM Mono and 4096 in VM LSO.
In VM Luau, with more script memory, the maximum could be 32k or 64k.
Log In