I have an On-Premise SharePoint 2013 Development environment with Visual Studio 2013 Workflow. It is a stand alone server. It also hosts a separate IIS site, which has a Web API. When I am trying to call this Web API from my SP2013 Visual Studio Workflow
and I am trying to deploy it, it is giving me an error as below, even though I am setting the the Authorization on the RequestHeader. Can anyone please help?
Error occurred in deployment step 'Activate Features': Microsoft.Workflow.Client.WorkflowManagementException: Exception thrown from the messaging layer. For more details, please see the server logs. HTTP headers received from the server - ActivityId:
e2057b92-61c8-4c01-9e05-e89247d05457. NodeId: {MachineName}. Scope: /SharePoint/default/22bc9b5c-7d8d-40c7-a3c7-8cd4051b7502/10f92945-9b88-484b-9a60-ea43838bce61. Client ActivityId : 19a58d40-3f93-4423-bccf-4fe215af8e58. ---> System.Net.WebException: The
remote server returned an error: (403) Forbidden.
Ven