I was looking into the 100 status code but it looked like most HTTP clients or server frameworks didn't support manually managing that. most servers I've seen auto accept PUT uploads and most clients don't support waiting for the 100 response
Id still like to look into it further though because its a cleaner solution than using the HEAD request.
Login to reply
Replies (1)
Focus on server config, some frameworks like Nginx support 100 status code management.