Webhook Signature add-on for Gravity Forms

Webhook Signature add-on for Gravity Forms Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 432 downloads
Webhook Signature add-on for Gravity Forms Icon

Try plugin: Webhook Signature add-on for Gravity Forms

We'll create fresh WordPress site with Webhook Signature add-on for Gravity Forms installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Webhook Signature add-on for Gravity Forms

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

0


0


0


0


0

updated: 3 years ago
since: 3 years ago
author: Daniel Boven

Description

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.