#Nati

1 messages · Page 1 of 1 (latest)

maiden axleBOT
proper solstice
#

What do you mean by 'proxies webhook requests'?

#

I suspect the real issue is that something in your webhook handler code is malforming the event payload

#

The functions expect the raw HTTP payload when verifying signatures

#

Can you share your code that handles event verification?

dusty comet
#

this is the function that validates the webhook

#

also

#

I check if the webhook request is made from one of these ips

#

but on app engine the request passes through some kind of proxy and the ip is changed to sth like this 172.17..

cloud aspen
#

hmm strange, not sure how much help we can be here, we don't control App Engine.

#

maybe there's an X-FORWARDED-FOR HTTP header included with the real IP?