How can i set a rate limit for webhooks?

Hello,

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?

Hello,

I am San from MS Web Designer.

Could you provide further details on this and also specify which apps you are using? Additionally, could you share some screenshots, please?

Do let me know in case of any concerns.

Regards,

San

Hello,

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.