Error 404 Not Found

GET https://test.ejp.hr/.well-known/security.txt

Forwarded to ErrorController (731e76)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"532bcb"

Request Headers

Header Value
content-length
""
content-type
""
host
"test.ejp.hr"
user-agent
"Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 22 Mar 2026 05:13:34 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Ftest.ejp.hr%2F.well-known%2Fsecurity.txt%22"
x-debug-exception-file
"%2Fhome%2Ftestejp%2Fejp%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"9a1e07"
x-debug-token-link
"https://test.ejp.hr/_profiler/731e76"
x-previous-debug-token
"731e76"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"e12eaadb3df0d92b9da5b2640c7f015d"
BCC_EMAIL
""
DATABASE_URL
"mysql://ejptest:LA74OsKoaaaahjk9aa@127.0.0.1:3306/ejptest"
DATUM_KONVERZIJE
"01-01-2023"
GOOGLE_RECAPTCHA_SECRET
"6LfPfRclAAAAAIkdz5fo59wE2q5zpmrlQ3XWNEcp"
GOOGLE_RECAPTCHA_SITE_KEY
"6LfPfRclAAAAAMLQM_-yECCwlUg4oATLo1YbFODr"
MAILER_DSN
"smtp://obavijesti@e-udruge.eu:ET23okegq6.-7e2@mail.e-udruge.eu:465"
NUMBER_EMAIL_PER_HOUR
"20"
OBAVIJESTI_EMAIL
"obavijestitest@ejp.hr"
OBAVIJESTI_NAME
"TEST EJP"
ROOT_DOCUMENT_DIR
"/home/testejp/uploads"
SLACK_DSN
"slack://xoxp-777619264726-777268582695-775420748645-ee2ae48d740b8ec17d8df36f975ecdab@default?channel=oooops"
TECAJ_KONVERZIJE
"7.53450"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/testejp/ejp/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_HOST
"test.ejp.hr"
HTTP_USER_AGENT
"Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity"
PATH_INFO
""
PHP_SELF
""
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"198.235.24.125"
REMOTE_PORT
"59594"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1774156414
REQUEST_TIME_FLOAT
1774156414.1592
REQUEST_URI
"/.well-known/security.txt"
SCRIPT_FILENAME
"/home/testejp/ejp/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"62.171.162.150"
SERVER_NAME
"test.ejp.hr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,OBAVIJESTI_NAME,OBAVIJESTI_EMAIL,ROOT_DOCUMENT_DIR,MAILER_DSN,SLACK_DSN,NUMBER_EMAIL_PER_HOUR,BCC_EMAIL,TECAJ_KONVERZIJE,DATUM_KONVERZIJE"
USER
"www-data"

Sub Requests 1

ErrorController (token = 731e76)

Key Value
_controller
"error_controller"
_stopwatch_token
"3f3a30"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#147
  #message: "No route found for "GET https://test.ejp.hr/.well-known/security.txt""
  #code: 0
  #file: "/home/testejp/ejp/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#189 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/testejp/ejp/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/testejp/ejp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /home/testejp/ejp/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/testejp/ejp/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/testejp/ejp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/testejp/ejp/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/testejp/ejp/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/testejp/ejp/vendor/symfony/http-kernel/Kernel.php:184 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/testejp/ejp/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#266 …9}