The server has received the request headers and the client should proceed to send the request body.
HTTP 100 Continue is an interim response indicating that the client should continue sending the request body. This is used when the client sends an Expect: 100-continue header, allowing the server to reject the request before the full body is transmitted — saving bandwidth.
No direct SEO impact. This is an interim response that browsers handle automatically.
LemWatch tracks the final response code, not interim 1xx responses. If uploads are failing after a 100 Continue, check your server timeout settings.