Bearing in mind a get request shouldn't change data : Why shouldn't a GET request change data on the server?

share|improve this question
8  
SO is not a REST API. – Linuxios Mar 1 at 14:26
@Linuxios that "rule" is not specific to rest, but http in general – NimChimpsky Mar 1 at 14:33
3  
The post isn't changed on GET. The views counter is additional data provided after log analysis. What is the actual problem here? – Martijn Pieters Mar 1 at 14:33
@MartijnPieters the number of views is part of the viewed post, and it changes after a get request. I have no problem with it at all, but others in the link do, judging by the answers. – NimChimpsky Mar 1 at 14:37
2  
Do you have an actual problem here or are you just criticizing the SE devs for not being purist enough? When you log in all the pages show your username because you do a GET with the correct cookie. Is that changing the page? Every time you request the page your reputation is shown as well. – Martijn Pieters Mar 1 at 14:41
2  
@MartijnPieters huh ? I was just interested. I am not critizing anyone, and I have no problem. I thought maybe it was an ajax post requests that got the data ? – NimChimpsky Mar 1 at 14:42
1  
@NimChimpsky: SO also has a very strict viewcounter, not just a GET: views++;. – Linuxios Mar 1 at 14:43
5  
I quote from the wikipage you link: "...they should not have side effects, beyond relatively harmless effects such as logging, caching, the serving of banner advertisements or incrementing a web counter." – M. Night Demonbobby Mar 1 at 14:44
@SulfurizedDemonbobby: Exactly, "... incrementing a web counter ". – Linuxios Mar 1 at 14:44
2  
@Linuxios well maybe someone would like to post that as a very interesting answer. Would make better reading than these rather argumentative comments. – NimChimpsky Mar 1 at 14:44
@Linuxios: Well, that leads to a new fun game: How high is your web count...on your toilet?! – M. Night Demonbobby Mar 1 at 14:46
1  
@NimChimpsky: Apologies if I took the tone of your post to be more agressive than you intended; but your post is lacking context and detail, really. – Martijn Pieters Mar 1 at 14:47
@SulfurizedDemonbobby: Um... Ok? (I think?) – Linuxios Mar 1 at 14:47

closed as off topic by Martijn Pieters, Toon Krijthe, Servy, ChrisF, Austin Henley Mar 1 at 17:58

Questions on Meta Stack Overflow are expected to generally relate to the Stack Exchange family of websites and/or community in some way, within the scope defined in the faq.

1 Answer

I don't understand the question here. The question you linked is specifically regarding API design, and not a website. The Views counter really doesn't impact that much on the site, aside from a couple of minor badges (tumbleweed, popular question, etc.).

I could understand if the view-count was used in a much more prominent way throughout the site, but since it isn't, and I like the view counter, I don't GET a problem here.

share|improve this answer
4  
I don't think there is a problem since it was tagged discussion instead of bug. Maybe OP just wants to know how it works? But +1 for I don't GET a problem here :) – Mike Mar 1 at 14:39

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged