100 Continue
The server received the request headers and the client can continue sending the body.
Common causes
- Large uploads
- Expect: 100-continue request headers
Common fixes
- Confirm the client sends the body after receiving the interim response.
- Check proxy behavior if uploads stall before the body is sent.