I have a shopify app and I listen to webhooks through the app and do various operations. I want to set a rate limit to prevent malicious users, but I cannot use ip rate limit because it is a webhook. Is there a fixed and unique value for webhooks such as ip?
Actually my question is not about a specific application. I am making my own application and I use webhooks in my application. I want to prevent malicious people from triggering webhooks with bot attacks.