How do I verify the hash responses used by KurocoFront?
Verify HTTP responses using the HAR file or Developer tools.
KurocoFront includes deployment information in the response headers.
Response headers
| Header | Description |
|---|---|
| x-rcms-hash | GitHub commit hash |
| x-rcms-deploy | Hash assigned per Kuroco deployment |
| x-rcms-domain | KurocoFront domain name |
As shown below, the string in the x-rcms-hash field contains the first seven characters of the hash used.

Example
If x-rcms-hash is 51632bf, search for the hash value 51632bf on GitHub. The resulting page uses that particular commit.
The x-rcms-deploy value is a hash assigned per Kuroco deployment. If this value has changed, it confirms that a new deployment has been applied.
info
See: How do I create a HAR file? for details on how to generate a HAR file.
Support
If you have any other questions, please contact us or check out Our Slack Community.