How do I make a VB webhook listener?

charli puth 0 Reputation points
2023-06-03T17:15:02.5466667+00:00

To receive notifications from a service, I want to utilise Visual Basic to build a webhook listener. The service is not listed under Microsoft in Nuget.AspNet.WebHooks.Receivers.*. An SSL certificate from a recognised root authority is necessary for the service.

Developer technologies | VB
Developer technologies | ASP.NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-06-05T15:12:35.9566667+00:00

    The service calling you your webhook will require ssl with a signed certificate from a trusted authority. This means you need to buy the cert or use a host that already support ssl.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.