HomeController :: index
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\HomeController::index" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_home" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#562 -supports: false -passport: null -duration: null -stub: "App\Security\GoogleAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\GoogleAuthenticator {#502 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#570 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#568 …} } ] |
| _stopwatch_token | "62164f" |
Request Headers
| Header | Value |
|---|---|
| accept-charset | "utf-8" |
| accept-encoding | "gzip" |
| host | "conges.ambacia.net" |
| user-agent | "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23D8133 Twitter for iPhone/11.78" |
| x-forwarded-for | "192.42.116.44" |
| x-forwarded-proto | "https" |
| x-php-ob-level | "1" |
| x-real-ip | "192.42.116.44" |
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 | "Fri, 10 Apr 2026 14:16:49 GMT" |
| location | "/login" |
| x-debug-token | "98b567" |
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_PORT | "8080" |
| APP_SECRET | "S3cret4Dev123" |
| DATABASE_URL | "postgresql://:@127.0.0.1:5432/?serverVersion=17&charset=utf8" |
| DB_PORT | "54322" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| OAUTH_GOOGLE_CLIENT_ID | "xxxx" |
| OAUTH_GOOGLE_CLIENT_SECRET | "xxxx" |
| POSTGRES_DB | "app" |
| POSTGRES_PASSWORD | "pw" |
| POSTGRES_USER | "dev" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTP_ACCEPT_CHARSET | "utf-8" |
| HTTP_ACCEPT_ENCODING | "gzip" |
| HTTP_HOST | "conges.ambacia.net" |
| HTTP_USER_AGENT | "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23D8133 Twitter for iPhone/11.78" |
| HTTP_X_FORWARDED_FOR | "192.42.116.44" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_REAL_IP | "192.42.116.44" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/" |
| REMOTE_ADDR | "192.168.1.176" |
| REMOTE_PORT | "59016" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1775830609 |
| REQUEST_TIME_FLOAT | 1775830609.5504 |
| REQUEST_URI | "/" |
| SCRIPT_FILENAME | "/var/www/html/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.24.0.2" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "conges.ambacia.net" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.65 (Debian) Server at conges.ambacia.net Port 80</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.65 (Debian)" |
| SYMFONY_DOTENV_PATH | "/var/www/html/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,POSTGRES_DB,POSTGRES_USER,POSTGRES_PASSWORD,OAUTH_GOOGLE_CLIENT_ID,OAUTH_GOOGLE_CLIENT_SECRET,DB_PORT,APP_PORT" |