I have an api that helps clipping things in a stream. Issue is there is no way I can verify that the request is actually from nightbot and not just someone adding headers.
which is kind of a security issue. one can easily flood my database by spamming the API.
is there a way to verify that its an actual nightbot urlfetch request?
the closest I can think is by Nightbot-Response-Url, but am still unsure how can I ?