Comment on Show HN: I made a simple persistent counting APIparentComments−PeterisP13yPerhaps POST requests would be more appropriate for incrementing/decrementing?GET's may be either cached(skipped) or duplicated for various reasons, resulting in incorrect counts.
Comments
Perhaps POST requests would be more appropriate for incrementing/decrementing?
GET's may be either cached(skipped) or duplicated for various reasons, resulting in incorrect counts.