Is there some kind of trick to getting this to work? My the action on my controller responds perfectly well to GET requests, but doesn't seem to be hit when I make the same request as a POST.
PHP:
public function actionTest(\XF\Mvc\ParameterBag $params)
{
die("HERE");
}