diff --git a/state/remote/http.go b/state/remote/http.go index 1aca7652f..ff8fdaa5f 100644 --- a/state/remote/http.go +++ b/state/remote/http.go @@ -138,7 +138,7 @@ func (c *HTTPClient) Put(data []byte) error { } // Prepare the request - req.Header.Set("Content-Type", "application/octet-stream") + req.Header.Set("Content-Type", "application/json") req.Header.Set("Content-MD5", b64) req.ContentLength = int64(len(data))