I got this below while updating the profile through object model.
மேம்படுத்தல்கள் தற்போது கோரிக்கைகளை GET அன்று அனுமதிக்க உள்ளன. ஒரு பெறு மேம்படுத்தல்கள் அனுமதிக்க, 'AllowUnsafeUpdates அமைக்க’ SPWeb சொத்து
Add web.AllowUnsafeUpdate = true; to solve this issue.
grajits web.AllowUnsafeUpdates=true
Hello! When you have GET request and call BreakRoleInheritance, web.AllowUnsafeUpdates=true doesn’t help. I described it and a workaround in my blog http://dotnetfollower.com/wordpress/2011/03/sharepoint-updates-are-currently-disallowed-on-get-requests/
Great article, thanks for posting this post. I will be reading your blog as much as I can from now on! Appreciate it.