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?
1 comment
[ 0.23 ms ] story [ 9.4 ms ] threadIf anyone on the public internet can access that URL and post a request that seems like a bad idea.