$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).
$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).