Forum Discussion
Dmitry Vorobyov
Nov 02, 2016Copper Contributor
Intermittent "403 - Forbidden" error while running web.ApplyProvisioningTemplate on SPO sites.
Hello, My customer is using a PnP framework-based custom SPO site provisioning tool. When applying an XML template to an SPO site, the PnP function web.ApplyProvisioningTemplate(ProvisioningT...
Ivan Vagunin
Nov 03, 2016Brass Contributor
Hi,
Maybe an authentication issue. Try to use Fiddler to capture failing requests and check if they have auth cookies. Try to reissue those requests that succeeded before and see if it works.
__
Br, Ivan