InterviewSolution
Saved Bookmarks
| 1. |
Explain The Role Of Allowunsafeupdates? |
|
Answer» AllowUnsafeUpdates ALLOWS updates on a GET request. It basically allows code to bypass SECURITY VALIDATION while making changes to Sharepoint OBJECTS which are not executed within a HTTP POST request. AllowUnsafeUpdates allows updates on a GET request. It basically allows code to bypass security validation while making changes to Sharepoint objects which are not executed within a HTTP POST request. |
|