#Posty-Webhook

1 messages · Page 1 of 1 (latest)

deep spear
#

Hi, Signature verification is a common error when the payload is not exactly what we sent

#
payload = request.data.decode('utf-8')

I think the issue lies on this line

#
payload = request.body.read
ebon star
#

ok let me try this

#

that doesnt work because im not using ruby

#

this is python

deep spear
#

Oh sorry, let's choose python in the top of the page

ebon star
#

yeah im using payload = request.data
and im getting this error still

deep spear
#

hmm weird. Are you using AWS lambda?

ebon star
#

no

#

testing it locally r

#

rn

deep spear
#

How do you forward the event to your local?

deep spear