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