Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created August 19, 2013 20:15
Show Gist options
  • Save xcommerce-gists/6273551 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/6273551 to your computer and use it in GitHub Desktop.
Sample message header for webhooks authentication
"headers": {
   "content-type": "application/json",
    "host": "localhost:8080",
    "magento-topic": "customer/updated",
    "content-length": "535",
    "accept": "*/*",
    "magento-hmac-signature": "0689892b46d33ac18b2fe3c51173ac52e1242c072b7123af0d298e79634ede18",
    "magento-sender-domain": "sender.example.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment