The HTTP 202
Accepted
response status code indicates that the request has been received but not yet acted upon. It is non-committal, meaning that there is no way in HTTP to later send an asynchronous response indicating the outcome of processing the request. It is intended for cases where another process or server handles the request, or for batch processing.
Status
202 Accepted
Specifications
Specification | Title |
---|---|
RFC 7231, section 6.3.3: 202 Accepted | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |