Hacker News new | ask | show | jobs
by pwf 4715 days ago
GET should never modify data. I would recommend changing that to a POST before something indexes it and decides to crawl it every 5 minutes. See here for more reasons: http://stackoverflow.com/questions/705782/why-shouldnt-data-...

I realize this isn't supposed to be highly accurate, but it's something to keep in mind if it continues to grow.

1 comments

Agreed. I updated the site and docs. Thanks! :)