Generate signed requests for secure communication with ScreenshotMAX API
For additional security, you can authenticate GET requests using a signed querystring. This method ensures that the request has not been tampered with and comes from a trusted source.
Signed requests are only supported for GET requests.
A signed request uses your secret key to generate a SHA-256 hash of the querystring. This hash is then included in the request as a signature parameter.
When our servers receive the request, they verify the signature using the same secret key.