Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
what is the meaning of this I can't understand what, Your app's HTTPS webhook endpoints must validate the HMAC digest of each request, and return an HTTP 401 (Unauthorized) response when rejecting a request that has an invalid digest.
Solved! Go to the solution
This is an accepted solution.
It means you are not verifying the HMAC header. See https://shopify.dev/apps/webhooks/configuration/https#verify-a-webhook
There are quite a few forum posts that show coding solutions in various programming flavors so a search may yield some tasty nuggets for you.
This is an accepted solution.
It means you are not verifying the HMAC header. See https://shopify.dev/apps/webhooks/configuration/https#verify-a-webhook
There are quite a few forum posts that show coding solutions in various programming flavors so a search may yield some tasty nuggets for you.
Hi @Gavinator
I checked the document but where can I try to verify the header? I tried while installing the app but even if I change the secret key, the output is a blank screen.
Webhook I just have to uninstall the app and the shop update.