# Common response headers

In addition to [standard HTTP headers,](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields) ColdStack uses additional headers that may be present in responses.

Additional headings are described in the table below, as well as standard headings for which additional explanation is required.

| Heading            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ETag`             | <p><a href="https://ru.wikipedia.org/wiki/MD5">MD5 hash of the</a> object, if the object is loaded as a single file. If the object is loaded using a <a href="multipart-upload/general-multipart-upload-order">compound load</a> , then for the calculation <code>ETag</code>it is necessary to obtain the MD5 hash from the sum of the MD5 hashes of the loaded parts (let's call it <code>MD5\_sum</code>) and attach the number of parts ( <code>N</code>): to the resulting string <code>"MD5\_sum-N"</code>.<br><br>Does not include object metadata.</p> |
| `x-amz-request-id` | <p>Unique identifier for the request.<br><br>It may be needed when contacting ColdStack support in case of problems.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                       |
