We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

Info V.1's avatar
Info V.1
Collaborator | Level 8
9 years ago

Webhook max POST body size

Is there a maximum content length of the POST body in webhooks after which dropbox will chunk and make multiple webhooks. We are trying to see what the maximum size we can set on our side before rejecting the request to prevent any DOS attacks. Even though we can verify that dropbox is the one who made the post with the signature, we still have to read the body fully before verify signature.

Any other checks we can add on our side to prevent DOS attacks, like sender IP range etc?

Thanks,

 

  • Currently, Dropbox does not limit the size of the POST body in Webhooks, so unfortunately, you won't be able to use body size as a means to validate the request.

    As far as your second question, beyond signature verification, I can't think of any additional means of verifying that the request is valid and from Dropbox.

About Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 22 minutes ago
323 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!