AllowUnsafeUpdates and ValidateFormDigest
December 23rd, 2009
Add this to the list of things every SharePoint developer should know (up there with disposing SPWebs and SPSites).
In general…
- Don’t update SharePoint objects on a GET request
- Call SPUtility.ValidateFormDigest() before anything on a POST request
Here are the two links to read:

Leave a Reply
In order to provide better answers to questions, please read the following before posting a comment: