I couldn't understand what is the role of Webhook! Same thing is achievable by normal API; please help me understand
@vigneshv190911 ай бұрын
how can I get this source code?
@johnsonlin494010 ай бұрын
This explanation of web hook makes it no different than just calling an REST API endpoint as others suggested.
@ravindranaths5139 ай бұрын
Dont you get CORS error while calling another site's end-point with POST methhod?
@ehsanafzal185 Жыл бұрын
i watched till the end . but never got it right
@shreyasacharya Жыл бұрын
Why do we need a notifier? Can't we just keep checking the queue inside our webhook project
@abhaq500007 ай бұрын
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
@saswatsanghivlogs645111 ай бұрын
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.