request->getMethod() == 'OPTIONS') { var_dump($this->response); return $this->response->html(''); } else { return $this->response->withStatus(404, "not found page."); } } }