Slashdot Mirror


Google Accelerator: Be Careful Where You Browse

Eagle5596 writes "It seems that there can be a serious problem with Google's Web Accelerator, and I'm not talking about the privacy concerns. Evidently some people have been finding that due to the prefetching of pages their accounts and data are being deleted."

3 of 89 comments (clear)

  1. Re:Stupid web developers by zenyu · · Score: 3, Insightful

    The root of the problem is stupid web developers ignoring RFC 2616 and using the GET method to change state.

    Seriously, using POSTs was something we all learned in 1994... Hopefully, this Google accelerator thingy will be popular enough to rid us of these creaky old broken sites.

  2. Re:Stupid web developers by 0x461FAB0BD7D2 · · Score: 3, Insightful

    A lot of "stupid" web developers use GET so that those states can be bookmarked or sent to others so they can do something with it.

    Unless you have another idea, using GET for states is here to stay.

  3. Re:Another POV... by Jerf · · Score: 3, Insightful

    Actually, that's yet another different problem, one where you get the wrong page from the cache, specifically somebody else's personalized page. It is completely unrelated, in the sense that one could fix either problem independently. (It is possible that they have the same root cause, but I doubt it.)

    This bring the current list of reasons not to use the Accelerator up to three, counting the obvious privacy issues.