on 2024 Apr 18 3:12 AM
I had an issue with a webservice used to upload documents into the database. I was trying to figure out what was happening by enabling inbound HTTP logging.
In the end I figured out what was wrong in the code and solved it. However when uploading a document I still received errors. When I looked in the HTTP logging I noticed it was returning a 413 error.
[17/04/2024:12:03:45.250 0200] - 0.016 - 192.168.99.114:60420 - 8081 - "POST /rawUploadDocument HTTP/1.1" - 413 Request Entity Too Large - 361 -
I disabled inbound HTTP logging and everything was working properly. I would not suspect that enabling logging would cause errors in the process.
Is there maybe something that needs to be configured to prevent this error from occuring?
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.