Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup WebHookReceiver manually for .Net Core?

I'm trying to setup the WebHookHandler to Receive Json Data for .Net Core project. I know how the Webhook works theoritically.

There is a good amount of information available for Receiving WebHooks but the sample source code. But I need an example for .Net Core?

like image 243
Coder Absolute Avatar asked Dec 16 '16 08:12

Coder Absolute


2 Answers

We do want to support WebHooks for ASP.NET Core but it is still in the works. In the mean time, you might be able to look at the handler code and do something similar for ASP.NET Core.

Hope this helps!

Henrik

like image 179
Henrik Frystyk Nielsen Avatar answered Nov 15 '22 05:11

Henrik Frystyk Nielsen


.NET Core does not support WebHooks at the moment https://github.com/aspnet/WebHooks/issues/5

like image 39
Daniel Pl. Avatar answered Nov 15 '22 05:11

Daniel Pl.