Hacker News new | ask | show | jobs
by iSloth 1342 days ago
You’ve done the right thing proxying the request back to your client.

As a basic example I’d read how GitHub manage DCMA and follow a similar process - I.e. validate the request has enough detail, pass back to your client for action/response, and act accordingly.

More often than not a lot of DCMA requests are fair too vague and lacking detail you can simply reject them, based on my experience at least.

https://docs.github.com/en/site-policy/content-removal-polic...