#vaths59
1 messages · Page 1 of 1 (latest)
Hello, I don't understand your question. Our webhook events will always be sent to you as POST messages
Last time when I spoke with a stripe developer, he asked me to check if the webhook receives http signature in post method. And now when I tried to check request.method it prints GET
Interesting, how are these events being sent to your endpoint? Are you using the dashboard or CLI?
I'm using dashboard for this
Interesting. Those should still be POST messages. Do you have the ID of an event that we sent you like this (evt_1234)?
evt_1NDpizJrxc1wsYxJ8ZQ6f20K and it's a test event by the way
Hey @heavy dagger apologies for dropping off of this. It does look like we properly sent this to you as a POST request. Can you make other POST requests to your server and properly see them as POST rather than GET?