String Loading returns HTTP error 200 OK instead of 413 Content Too Large for files over the 100 MB size limit.
tracked
Flameheart
Issue:
Using Udon Sharp's
VRCStringDownloader.LoadUrl()
to attempt to download a text file larger than String Loading's maximum file size restriction of 100 MB triggers OnStringLoadError()
with the HTTP error code 200 OK and the message Unable to write data.
.Suggestion:
I think it should be changed to the HTTP error code 413 Content Too Large and the message
Text file is too large.
to make it clearer, since 200 OK is meant to be used for successful responses.Log In
This post was marked as
tracked