Is there a limit on what can be sent to a restlet ...
# suitescript
e
Is there a limit on what can be sent to a restlet via http.post in the request body? (time? size?) I can't find anything concrete in help
a
Was looking at CSV Integrator limitations earlier and think this answers one of your questions. "There is a limit of 10 MB per string used as RESTlet input or output (NS Limitation)"
e
I had seen that in the
file
module but I couldn't find anything in
https
. That's probably a good limit to work with though. Thanks