This is probably considered an API change, but I think the async function is returning the wrong HTTP status code here: https://github.com/heketi/rest/blob/master/asynchttp.go#L139 Instead of returning a 202, it should return a 303: https://en.wikipedia.org/wiki/HTTP_303