An example of real-life webhook implementation [C#/.NET]

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 9

  • @PadamAgrawal
    @PadamAgrawal 10 місяців тому +6

    I couldn't understand what is the role of Webhook! Same thing is achievable by normal API; please help me understand

  • @vigneshv1909
    @vigneshv1909 10 місяців тому +2

    how can I get this source code?

  • @johnsonlin4940
    @johnsonlin4940 9 місяців тому +1

    This explanation of web hook makes it no different than just calling an REST API endpoint as others suggested.

  • @ravindranaths513
    @ravindranaths513 8 місяців тому

    Dont you get CORS error while calling another site's end-point with POST methhod?

  • @ehsanafzal185
    @ehsanafzal185 Рік тому +3

    i watched till the end . but never got it right

  • @abhaq50000
    @abhaq50000 6 місяців тому

    i think in html or java bage in frist . lisner what the change in server in data after that the server tell java > your data is ok or not ok . or this order in procss after that tell web bage this ordre go to secnd
    webhook tell app from server what we do

  • @shreyasacharya
    @shreyasacharya Рік тому

    Why do we need a notifier? Can't we just keep checking the queue inside our webhook project

  • @i.bharathikannan
    @i.bharathikannan 9 місяців тому

    Can we get the source code?

  • @saswatsanghivlogs6451
    @saswatsanghivlogs6451 10 місяців тому +1

    I dont think this is the correct implementation of Webhook. I could not understand why we need a message queue to call webhook. Infact the message queue should subscribe to the webhook.