You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious about how one should handle invalid signature exceptions.
Right now, I'm calling the processor manually from my own controller and if I catch InvalidWebhookSignature, then I respond with a 401 invalid webhook signature. Specifically:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm curious about how one should handle invalid signature exceptions.
Right now, I'm calling the processor manually from my own controller and if I catch
InvalidWebhookSignature
, then I respond with a401 invalid webhook signature
. Specifically:I'm wondering what other think and what alternatives might be suggested. 🤔
Beta Was this translation helpful? Give feedback.
All reactions