When trying to upload a SCORM file, the upload fails.
I am told it seems that the website is trying to upload the image through a Request Only Body, please see this log below:
"Request body no files data length is larger than the configured limit (1048576).. Deny with code (413)"
Typically the Request body is very small as it's just a request header to the server, once the request is placed the data/content starts uploading.
Any suggestions on how to overcome this?