Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2063
Change Details
Change Details
Old
New
Diff
When using `woof -U` a HTTP 403 error is served if the upload form is submitted without any file, for example if we click directly on Upload. > Error response > Error code: 403 > > Message: No upload provided. > > Error code explanation: 403 - Request forbidden -- authorization will not help.
When using `woof -U` a HTTP 403 error is served if the upload form is submitted without any file, for example if we click directly on Upload. > Error response > Error code: 403 > > Message: No upload provided. > > Error code explanation: 403 - Request forbidden -- authorization will not help. Should we switch to a 400 Bad Request?
When using `woof -U` a HTTP 403 error is served if the upload form is submitted without any file, for example if we click directly on Upload.
> Error response > Error code: 403 > > Message: No upload provided. > > Error code explanation: 403 - Request forbidden -- authorization will not help.
Should we switch to a 400 Bad Request?
Continue