▲ | mandrade2 3 days ago | ||||||||||||||||||||||||||||
> Allow only GET requests i.e. make the internet read-only If only developers never made use of GET to modify resources... https://www.reddit.com/r/webdev/comments/6999x7/comment/dh4v... | |||||||||||||||||||||||||||||
▲ | userbinator 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||
Ironically, your URL demonstrates this nicely, having a bunch of extra superfluous parameters that only serve to update some tracking database. Here is the "cleaned" URL: https://www.reddit.com/r/webdev/comments/6999x7/comment/dh4v... I thought it'd be this old but memorable article: https://thedailywtf.com/articles/The_Spider_of_Doom | |||||||||||||||||||||||||||||
▲ | andy99 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
Am I misunderstanding this one? GET still sends information to another server, what is the "read only" aspect? | |||||||||||||||||||||||||||||
|