Proper GET/POST Design for Deleting Items on a Web Page
May 22, 2007 5:21 PM
Subscribe
I'm designing a webpage that will have a list of items and each item can be deleted. I was thinking to have the delete command be link to a URL that does the delete when called. But then I realized maybe that isn't safe since a spider following links might cause things to be deleted. What is the proper design for this type of thing?
posted by GregX3 to technology (14 comments total)
3 users marked this as a favorite
posted by chrismear at 5:26 PM on May 22, 2007