I woke up this morning to find that one of my webhooks was not authenticating properly with my server. I have four webhooks: two GET and two POST operations. All use basic auth to connect to my server. Only one of the POST operations was not authenticating with the credentials supplied in the hook. I deleted the webhook and recreated it. Then it started working again.
@Dave : Did something change on Friday night which would’ve caused this problem? This particular webhook had been operational since September without any issues.
@bitwisekaizen - can you tell me how you got your webhooks to use a basic auth credentials? I have got a simple GET webhook but require data from behind a simple logon screen. Do you know how to do this easily enough?