We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

response redirect external

    $this->response->redirect("https://en.wikipedia.org", NULL);
    $this->response->redirect("https://en.wikipedia.org", true);

are the same? they both go to wikipedia and I don't see server error (safe build).



2.1k
$this->response->redirect("https://en.wikipedia.org", NULL);
$this->response->redirect("en.wikipedia.org", true);