Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mandrill Webhooks - Security

For security purposes, I try to allow only Mandrill's IP(s) to access these urls.

Does anyone know them?

like image 748
devside Avatar asked Apr 26 '13 10:04

devside


1 Answers

Mandrill's signature is located in the HTTP response header: Authenticating-webhook-requests

In the request header find: X-Mandrill-Signature. This is a base64 of the hashcode, signed using web-hook key. This key is secret to your webhook only.

like image 158
devside Avatar answered Oct 02 '22 23:10

devside