Home Plugins gf webhook signature
Webhook Signature add-on for Gravity Forms logo

Webhook Signature add-on for Gravity Forms

by danielboven on WordPress.org

Add a signature HTTP header to webhook requests to prevent man-in-the-middle and replay attacks.

(0)

This plugin can sign the webhook events sent by the Gravity Forms WebHooks Add-On to your endpoints by including a signature in each event’s X-Gform-Signature header. This allows you to verify that the events were sent by the Gravity Forms add-on, not by a third party. As of right now, you must verify the signatures by manually using your own solution. However, an example of a Node.js (JavaScript) implementation is linked below.

Before you can verify signatures, you need to retrieve your endpoint’s public key (more information at this question).

This plugin uses the same keys for every form and endpoint, meaning that the same keys will be used for every signature generated.

Verification implementations

  • Node.js: See the example on Github.
Active installations0+
Weekly downloads
32+433.33%
Version1.0
Last updated2/17/2021
WordPress version4.0
Tested up to5.6.14
PHP version7.0
Tags
formsgravityrequestverifywebhook