19 ms·
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 r
by pwf 13y 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-be-modified-on-an-http-get-request 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.
- dustyreagan 13y agoAgreed. I updated the site and docs. Thanks! :)