Y
Hacker News
new
|
ask
|
show
|
jobs
by
mehrdadn
2432 days ago
> To be fair, an HTTP GET request should never modify the state of the system
In theory. But that's not how the world I live in seems to work.
1 comments
bagacrap
2432 days ago
I think it's pretty common practice. Otherwise search engine web crawlers would be wreaking havoc.
link
mehrdadn
2432 days ago
No, both your logic and premise are incorrect. To give just one example, rate-limiting is clearly widespread stateful practice applied to GET requests, and it doesn't cause web crawlers to wreak havoc on anything.
link