|
|
|
Ask HN: Unauthenticated Requests
|
|
1 points
by d10y3vh5
1899 days ago
|
|
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? |
|
If anyone on the public internet can access that URL and post a request that seems like a bad idea.