Ask HN: Unauthenticated Requests I work at a company that re transmits 911 alerts to security cneters on military bases. They alow unauthenticated requests like ``` post /alert {"911": "alert"} ``` that update the db and alert security personnel on base my question is? can this work or is this more trouble than its worth? if i post the url, is that crime? |