Can’t seem to find the answer to this question anywhere. Have a service that when something is posted, it gets queued to be processed with a response code of 202. The standard says to provide a pointer to a status monitor, which I have done, but what should I return if the client goes to the resource before the resource is ready? I would think 404 except that the resource exists, just hasn’t been processed yet.
Thoughts?
Check this post:
Seems relatively reasonable to me, except that
Locationheader IMO is not particularly suited for this exact purpose.