الأحد، 2 نوفمبر 2014

SharePoint 2013:Sorry, something went wrong Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb

Resolution via SharePoint 2010 management shell
Launch shell and and add these lines:
$w = get-spwebapplication http://yourwebapplication
$w.HttpThrottleSettings
$w.Update()

هناك تعليق واحد:

  1. i'm try this cood put not work
    if you have any idea for this problem tell me

    ردحذف