Skip to main content

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

HeaderDescription
x-rcms-hashGitHub commit hash
x-rcms-deployHash assigned per Kuroco deployment
x-rcms-domainKurocoFront domain name

As shown below, the string in the x-rcms-hash field contains the first seven characters of the hash used.

Image (fetched from Gyazo)

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.