202 所一直很低调,可能与在咸阳有关,不过在十四五期间所里拿到几十亿的科研项目后,有点财大气粗的样子,准备搬迁到沣西新城,听说还有福利房规划 (可能画饼)。 202 所 兵器工业集团 202 所,简称西北机电工程研究所,隶属中国兵器工业集团,为火炮总体所,坐落于陕西咸阳,所区有两块,一块在塬上,一块在塬下,塬上的所区呆的主要是科研人员,塬下所区主要是机关方面,将来还会建新所区,新所区的位置在双照湖旁边,离咸阳北站不远,现在还在建设中,将来科研人员要搬到那一块去,那一块比较荒凉,但是环境比较好,听所长 ... The 202 response is intentionally non-committal. Its purpose is to allow a server to accept a request for some other process (perhaps a batch-oriented process that is only run once per day) without requiring that the user agent's connection to the server persist until the process is completed. I think that your solution is fine, the Http status 202 is the proper response to use in this specific case indicating that the request has been accepted for processing, but the processing has not been completed. What I would slightly change in your workflow are the Http status of the subsequent requests. As you said, the 202 response should return a Location header specifying the URL that client should use to monitor the status of its previous request. Calling this Check-the-status-of-my ...