https://tracol-dev.idp.lu/api/index.php/v1/config/application?public=true

ErrorController

Request

GET Parameters

Key Value
public
"true"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"db2b75"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#837
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET https://tracol-dev.idp.lu/api/index.php/v1/config/application""
  #code: 0
  #file: "/home/fuzxzwq/www/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#761 …}
  trace: {
    /home/fuzxzwq/www/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/fuzxzwq/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#168 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#261 …}
        }
      }
    }
    /home/fuzxzwq/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#168 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#261 …}
      }
    }
    /home/fuzxzwq/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = __CLASS__): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#168 …}
      }
    }
    /home/fuzxzwq/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = __CLASS__): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#168 …}
        $eventName: "kernel.request"
      }
    }
    /home/fuzxzwq/www/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#168 …}
        $eventName: "kernel.request"
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $type: 1
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $type: 1
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $type: 1
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:481 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = __CLASS__, ?Response $entry = __CLASS__) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
        $kernel: App\Kernel {#18 …}
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $type: 1
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/framework-bundle/HttpCache/HttpCache.php:73 {
      Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Request $request, bool $catch = __CLASS__, ?Response $entry = __CLASS__) …
      › 
      ›     return parent::forward($request, $catch, $entry);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $catch: true
        $entry: null
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:454 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = __CLASS__) …
      › 
      › $response = $this->forward($subRequest, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#263 …}
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:348 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = __CLASS__) …
      › 
      ›     return $this->fetch($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#58 …}
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:226 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › } else {    $response = $this->lookup($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#58 …}
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › if ($container->has('http_cache')) {    return $container->get('http_cache')->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#58 …}
        $type: 1
        $catch: true
      }
    }
    /home/fuzxzwq/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#58 …}
      }
    }
    /home/fuzxzwq/www/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/fuzxzwq/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/fuzxzwq/www/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#176 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"*"
forwarded
"for="104.234.53.32";host="tracol-dev.idp.lu";proto=https"
host
"tracol-dev.idp.lu"
remote-ip
"104.234.53.32"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36"
x-forwarded-for
"104.234.53.32"
x-ovhrequest-id
"bef0b87cacdc4a5bee1d36af635179eb"
x-php-ob-level
"0"
x-predictor
"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
"Wed, 25 Dec 2024 06:08:35 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Ftracol-dev.idp.lu%2Fapi%2Findex.php%2Fv1%2Fconfig%2Fapplication%22"
x-debug-exception-file
"%2Fhome%2Ffuzxzwq%2Fwww%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"c34fef"

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
ADMIN_MAIL
"it@idp.lu"
APP_ENV
"dev"
APP_SECRET
"8369b149b4ed183353fa7f7438582966"
DATABASE_URL
"mysql://fuzxzwqtracol:W6DU23f4zvcF@fuzxzwqtracol.mysql.db/fuzxzwqtracol?serverVersion=8.0.32&charset=utf8mb4"
MAILER_DSN
"sendmail://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENGINE
"phpcgi"
APP_ENGINE_VERSION
"7.4"
CFG_CLUSTER
"cluster031"
DOCUMENT_ROOT
"/home/fuzxzwq/www/public"
ENVIRONMENT
"development"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_CITY
"Toronto"
GEOIP_COUNTRY_CODE
"CA"
GEOIP_COUNTRY_NAME
"Canada"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"43.759300"
GEOIP_LONGITUDE
"-79.522400"
GEOIP_REGION
"ON"
HOME
"/homez.1668/fuzxzwq"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"*"
HTTP_FORWARDED
"for="104.234.53.32";host="tracol-dev.idp.lu";proto=https"
HTTP_HOST
"tracol-dev.idp.lu"
HTTP_REMOTE_IP
"104.234.53.32"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"104.234.53.32"
HTTP_X_OVHREQUEST_ID
"bef0b87cacdc4a5bee1d36af635179eb"
HTTP_X_PREDICTOR
"1"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/homez.1668/fuzxzwq/www/public"
QUERY_STRING
"public=true"
REDIRECT_QUERY_STRING
"public=true"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/api/index.php/v1/config/application"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"36756"
REQUEST_METHOD
"GET"
REQUEST_TIME
1735106914
REQUEST_TIME_FLOAT
1735106914.8911
REQUEST_URI
"/api/index.php/v1/config/application?public=true"
SCRIPT_FILENAME
"/home/fuzxzwq/www/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://tracol-dev.idp.lu:443/api/index.php/v1/config/application"
SCRIPT_URL
"/api/index.php/v1/config/application"
SERVER_ADDR
"10.31.41.234"
SERVER_ADMIN
"postmaster@tracol-dev.idp.lu"
SERVER_NAME
"tracol-dev.idp.lu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,ADMIN_MAIL,MAILER_DSN"
UID
"fuzxzwq"
UNIQUE_ID
"Z2uhYmSipERWLw13sP@JfQAAAhU"
argc
1
argv
[
  "index.php"
]

Parent Request

Return to parent request (token = 1af9cf)

Key Value
_remove_csp_headers
true
_stopwatch_token
"589418"