#mor_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214141762285867018
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- adventurous_dove_77866, 6 days ago, 8 messages
hi! hmm why exactly are you using json.loads/dumps?
this is our system works when getting outer reuests
like all you're mean to do is recieve a HTTP POST request, and send that raw body to the constructEvent function in the Stripe SDK
you'll probably want to find a way to change that or exempt the Stripe webhook-handling route from that
but I cant have it raw
but you need it raw, that's the point of the signature verification.
it's explicitly to detect if the body is not raw and has been modified.
if it's not important to you you don't need to verify the signature, also, just to mention.
it first goes through an ALB so I dont have a way to change it. have an idea how to solve it with no skipping signature verification?