https://lsws.touti.ma/jsd/global.js?v=221006

n/a

Request

GET Parameters

Key Value
v
"221006"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\DefaultController::js"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"js_global"
_route_params
[
  "subdomain" => "ls.touti.ma"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"954290"
subdomain
"ls.touti.ma"

Request Headers

Header Value
accept-encoding
"gzip, deflate, br"
content-length
""
content-type
""
host
"lsws.touti.ma"
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
"Thu, 23 Jan 2025 05:09:38 GMT"
vary
"Accept"
x-debug-exception
"The%20controller%20for%20URI%20%22%2Fjsd%2Fglobal.js%22%20is%20not%20callable%3A%20Expected%20method%20%22js%22%20on%20class%20%22App%5CController%5CDefaultController%22.%20Available%20methods%3A%20%22profile%22%2C%20%22index%22%2C%20%22login%22%2C%20%22deconnexion%22%2C%20%22setContainer%22%2C%20%22getSubscribedServices%22."
x-debug-exception-file
"%2Fvar%2Fwww%2Fls.touti.ma%2Fhttpdocs%2Fvendor%2Fsymfony%2Fhttp-kernel%2FController%2FControllerResolver.php:88"
x-debug-token
"538723"
x-debug-token-link
"https://lsws.touti.ma/_profiler/a8c18a"
x-previous-debug-token
"a8c18a"
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_ENV
"dev"
APP_SECRET
"ec85793a72f0f7be1da2cfd05e6e9ff9"
DATABASE_URL
"mysql://touti:gik_M355@54.39.227.44:3306/touti"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/ls.touti.ma/httpdocs/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_HOST
"lsws.touti.ma"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
"v=221006"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"54.153.188.236"
REMOTE_PORT
"54672"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1737608977
REQUEST_TIME_FLOAT
1737608977.9236
REQUEST_URI
"/jsd/global.js?v=221006"
SCRIPT_FILENAME
"/var/www/ls.touti.ma/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"54.39.227.43"
SERVER_NAME
"ls.touti.ma"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.22.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL"
USER
"www-data"

Sub Requests 1

ErrorController (token = a8c18a)

Key Value
_controller
"error_controller"
_stopwatch_token
"346b13"
exception
InvalidArgumentException {#428
  #message: "The controller for URI "/jsd/global.js" is not callable: Expected method "js" on class "App\Controller\DefaultController". Available methods: "profile", "index", "login", "deconnexion", "setContainer", "getSubscribedServices"."
  #code: 0
  #file: "/var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
  #line: 88
  -previous: InvalidArgumentException {#314 …}
  trace: {
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
      › } catch (\InvalidArgumentException $e) {    throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}
    }
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:39 {
      Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
      › try {    return $this->resolver->getController($request);} finally {
    }
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:146 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
    }
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/ls.touti.ma/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/ls.touti.ma/httpdocs/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/ls.touti.ma/httpdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/ls.touti.ma/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#185 …9}