Slashdot Mirror


User: pk2200

pk2200's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Stupid web developers on Google Accelerator: Be Careful Where You Browse · · Score: 2, Interesting


    You can use POST without sacrificing bookmarkability. After your code processes the POSTed request, redirect to a GET-style URL that provides a view to the same content.

    This technique is quite common.