Why status of response with
$debug = new \Phalcon\Debug();
$debug->listen(true, true);
always has 200 OK? How I can send 500? If I want set development mode for app and send ajax request I have html body from debug tool and status 200(
Why status of response with
$debug = new \Phalcon\Debug();
$debug->listen(true, true);
always has 200 OK? How I can send 500? If I want set development mode for app and send ajax request I have html body from debug tool and status 200(