request->getGet('resource')); } catch (Exception $e) { // return 404, actor not found throw \CodeIgniter\Exceptions\PageNotFoundException::forPageNotFound(); } return $this->response->setJSON($webfinger->toArray()); } }