Infrastructure
WooCommerce und Java REST Webhooks
I am planning to set up a Web Shop. So yesterday, I spent a full day to figure out why my WebHooks did not work together with Java Jersey . There are quite a few traps in this topic: WooCommerce does a post when the hook is activated. This is a form encoded post which is not identical with the posts which are sent when the data is posted. So I needed to define two methods Read more…