Dani
unread,Jun 6, 2011, 1:48:30 PM6/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shopify-api
According to the documentation, when receiving a post from a webhook,
there will be a request header named HTTP_X_SHOPIFY_HMAC_SHA256 that
should be used to authenticate the request.
My question is how to test this? When I click 'send test
notification' for orders/create webhook, or even place an actual order
in the test store, this request header is not present. How to test
the code that extracts the header and does the HmacSHA256
authentication?