http 100 Continue

Discussion in 'Windows Error Code, Crashes, BSOD, and Hangs' started by securityhope, Feb 9, 2017.

Tags:
  1. securityhope

    securityhope Administrator Staff Member

    Joined:
    Aug 3, 2016
    Messages:
    1,241
    Likes Received:
    0
    Trophy Points:
    36
    1×× Informational

    100 Continue

    The initial part of a request has been received and has not yet been rejected by the server. The server intends to send a final response after the request has been fully received and acted upon.

    When the request contains an Expect header field that includes a 100-continue expectation, the 100 response indicates that the server wishes to receive the request payload body. The client ought to continue sending the request and discard the 100 response.

    If the request did not contain an Expect header field containing the 100-continue expectation, the client can simply discard this interim response.
    100 Code References

    Rails HTTP Status Symbol :continue
    Go HTTP Status Constant http.StatusContinue
    Symfony HTTP Status Constant Response::HTTP_CONTINUE
    Python2 HTTP Status Constant httplib.CONTINUE
    Python3 HTTP Status Constant http.client.CONTINUE
    Python3.5 HTTP Status Constant http.HTTPStatus.CONTINUE
     
    Last edited: Feb 9, 2017

Share This Page

Share