Updates are current disallowed on get requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWe

Use the following command in SP PowerShell:

$w =  get-spwebapplication http://siteURL
$w.HttpThrottleSettings
$w.update()

posted @ 2011-12-16 15:30  大刀客  阅读(190)  评论(0编辑  收藏  举报