Simple jQuery Delete Link For ASP.NET MVC
Posted by: youve been HAACKED,
on 30 Jan 2009 |
View original | Bookmarked: 0 time(s)
In a recent post, Stephen Walther pointed out the dangers of using a link to delete data. Go read it as it provides very good coverage of the issues. The problem is not restricted to delete operations. Any time you allow a GET request to modify data, youre asking for trouble. Read this story about something that happened to BackPack way back in the day to see what I mean. The reason that delete operations deserve special attention is that its the most common case where you would use a link to change...