Forum Discussion
gonxman
Nov 04, 2022Copper Contributor
Sharepoint webhooks - Failed to validate the notification URL
Hi im trying to create a webhook via our Sharepoint 365 https://tenantname.sharepoint.com/sites/Test_Site/_api/lists/GetByTitle('Documents')/subscriptions { "resource":"https://tena...
Bce_OK
Jan 20, 2025Copper Contributor
Hi
I had same error, and was resolve it when run this commands in PS:
$farm = Get-SPFarm
$farm.Properties.DisableIntranetCallsFromApps = $false
$farm.Properties.DisableIntranetCalls = $false