#Pravin-webhook-errors

1 messages · Page 1 of 1 (latest)

gray steeple
#

Additional context:

below is the response after hitting test event
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
</body>
</html>

#

Do you have an event ID (evt_123) where you're seeing this behavior? Currently it sounds like something on your end is blocking our calls to your endpoint, but with the event I can take a closer look at what's happening.

solid pine
#

from my end there is no security applied

#

normal controller is there

#

"id": "evt_00000000000000",

#

this is just test event from stripe itself

#

this is simple signature

gray steeple
#

Ah, that's right, you're working with test events. The response that you're seeing when you trigger those is coming from your endpoint, so it's difficult for us to know why it's returning that. Do you see that logger line being executed?

solid pine
#

no its not

#

same is working using stripe CLI

gray steeple
#

That makes me think something is blocking it at your network layer.

solid pine
#

oh that's might be possibility

#

ill check that

#

thanks for suggesting this