Hi Delfino, You can't handle a webhook in the browser. A webhook means a 3rth party (in your case Shopify) does a post request to a defined URL. As your app is running in the user's browser, you have no clue how to construct an URL that can reach their computer. And even when you do, their system is probably not set up to accept the incoming request, as that would be a huge security risk.
A webhook should be handled by your server, or cloud function(Google web-functions, amazon lambda, etc) Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
