BinaryEye icon indicating copy to clipboard operation
BinaryEye copied to clipboard

[Feature Request] Payload integrity

Open vsviridov opened this issue 3 years ago • 1 comments

Hello,

When sending data to a remote URL, the app essentially works as a web-hook. It would be nice if some integrity mechanism was added. Simplest being some kind of hmac('sha-256', secret, payload) put into a header.

The secret field should be configurable. This way the server can validate the authenticity of the payload and not simply expose an endpoint where anyone with the knowledge of the URL can write bogus data to.

vsviridov avatar Sep 16 '21 00:09 vsviridov

Sorry for the late answer. Yes, that makes sense 👍

markusfisch avatar Sep 27 '21 16:09 markusfisch