Summary
Laserfiche Forms 10.2.1 includes a feature that tries to validate the specified web service endpoint for Webhook Service Tasks. By default, Forms will attempt to verify that the specified web service endpoint exists. However, in certain cases, calling the web service may inadvertently trigger a process. You have the option to disable validation in Webhook Service Tasks.
Resolution
To turn off validation for Webhook Service Tasks, insert a VerifyWebhookEndPoint option to the cf_options table and set the option value to false. Run the following SQL command on your Forms SQL database:
INSERT INTO cf_options VALUES ('VerifyWebhookEndPoint',false)