C
C#•2y ago
joy

413 request entity too large postman

hi all, im trying to upload a large file through a postman but got this message "413 request entity too large", but when i try to upload it directly to the server there's no issue although it'll takes time for a large file but the upload is successfull, does anybody know why it fails through postman for a large file? if i upload small size file it works tho..
7 Replies
Auger
Auger•2y ago
What is the content-length header for the two different requests?
joy
joy•2y ago
actually i never changed the value.. it looks like this on postman
joy
joy•2y ago
do we need to change it? i tested to upload 3gb file (got issue) and around 5mb file (succesfully uploaded)
Auger
Auger•2y ago
I'm interested in what it looks like in the other request's headers, not postman
joy
joy•2y ago
do you mean the request i made when i upload through the server directly
joy
joy•2y ago
is this the one you wanted to see?
joy
joy•2y ago
this is the request i made from web browser directly to upload a 3gb file.. this is still uploading i re upload just now to check the content length @Auger is this correct? 🤔