https://dev.cbrc51.fr/categorie/Vie

HomeController :: ShowHomeByCategory

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\HomeController::ShowHomeByCategory"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"home_by_category"
_route_params
[
  "categoryname" => "Vie"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"5d67de"
categoryname
"Vie"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"dev.cbrc51.fr"
remote-ip
"20.171.207.44"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.44"
x-forwarded-proto
"https"
x-openai-host-hash
"617049657"
x-ovhrequest-id
"933cb608cfd40d8401fbee90c6e71d53"
x-php-ob-level
"1"
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
"Sun, 11 May 2025 15:36:44 GMT"
vary
"Accept"
x-debug-exception
""
x-debug-exception-file
"%2Fhome%2Fmaixmebouz%2Fwww%2Fdev%2Fcbrc%2Fsrc%2FController%2FHomeController.php:56"
x-debug-token
"e7f296"
x-debug-token-link
"https://dev.cbrc51.fr/_profiler/85e043"
x-previous-debug-token
"85e043"
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
"807f211ba43e5e512a3a520794c063e0"
DATABASE_URL
"mysql://maixmebouzdev:c2cM9XB55r@maixmebouzdev.mysql.db/maixmebouzdev"
GOOGLE_RECAPTCHA_SECRET
""
GOOGLE_RECAPTCHA_SITE_KEY
""

Defined as regular env variables

Key Value
CFG_CLUSTER
"cluster023"
DOCUMENT_ROOT
"/home/maixmebouz/www/dev/cbrc/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"37.750999"
GEOIP_LONGITUDE
"-97.821999"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"dev.cbrc51.fr"
HTTP_REMOTE_IP
"20.171.207.44"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.44"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"617049657"
HTTP_X_OVHREQUEST_ID
"933cb608cfd40d8401fbee90c6e71d53"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/categorie/Vie"
REMOTE_ADDR
"20.171.207.44"
REMOTE_PORT
"21998"
REQUEST_METHOD
"GET"
REQUEST_TIME
1746977804
REQUEST_TIME_FLOAT
1746977804.5706
REQUEST_URI
"/categorie/Vie"
SCRIPT_FILENAME
"/home/maixmebouz/www/dev/cbrc/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dev.cbrc51.fr:443/categorie/Vie"
SCRIPT_URL
"/categorie/Vie"
SERVER_ADDR
"10.23.20.1"
SERVER_ADMIN
"postmaster@dev.cbrc51.fr"
SERVER_NAME
"dev.cbrc51.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_SECRET,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,APP_ENV,APP_DEBUG,DATABASE_URL"
UNIQUE_ID
"aCDEDNswYedEraL9ei11WwAAAAw"
USER
"maixmebouz"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 85e043)

Key Value
_controller
"error_controller"
_stopwatch_token
"b36a4a"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#677
  #message: ""
  #code: 0
  #file: "/home/maixmebouz/www/dev/cbrc/src/Controller/HomeController.php"
  #line: 56
  -statusCode: 404
  -headers: []
  trace: {
    /home/maixmebouz/www/dev/cbrc/src/Controller/HomeController.php:56 {
      App\Controller\HomeController->ShowHomeByCategory(string $categoryname, Request $request, PaginatorInterface $paginator): Response …
      › if(!$category && $categoryname!="none")    throw new NotFoundHttpException();}
    /home/maixmebouz/www/dev/cbrc/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $categoryname: "Vie"
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $paginator: ContainerEgPjWoH\PaginatorInterface_82dac15 {#509 …}
      }
    }
    /home/maixmebouz/www/dev/cbrc/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
      }
    }
    /home/maixmebouz/www/dev/cbrc/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
        $catch: true
      }
    }
    /home/maixmebouz/www/dev/cbrc/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#23 …9}