Large post request truncated when submitted by browser, okay in Postman
I am using a javascript fetch post call to submit form data that is over 1mb.
A backend perl/cgi script writes the data to a file.
I am using a javascript fetch post call to submit form data that is over 1mb.
A backend perl/cgi script writes the data to a file.