yii2 Webhook post empty
问题 I am kinda new to the yii FrameWork, and i need help. i need to implement a stripe webhook controller that is used for the subscription event sent by Stripe. For this controller, there is no view nor model I can access to the controller, but the $_POST content is empty and i cannot figure why. Is it possible to use the post verb without a view ? here's an example : class StripeWebhookController extends Controller { public function beforeAction($action) { if ($action->id == 'index') { $this-