DashboardController :: dashboard
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\DashboardController::dashboard" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#741 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/" +name: "app_" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } Symfony\Component\Routing\Attribute\Route {#742 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/dashboard" +name: "dashboard" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _redirected | true |
| _route | "app_dashboard" |
| _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: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#504 …} } ] |
| _stopwatch_token | "d9f6ce" |
Request Headers
| Header | Value |
|---|---|
| accept | "text/vnd.turbo-stream.html, text/html, application/xhtml+xml" |
| accept-encoding | "gzip, deflate, br" |
| accept-language | "en-US,en;q=0.6" |
| cookie | "PHPSESSID=fa44724487b9781ee102e6412ba3790d; sf_redirect=%7B%22token%22%3A%22c13898%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fgihal%5C%2Fgihal%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A13%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_auth_profile_token=c13898" |
| csrf-token | "XDL0PjVYgRiydFHNoNYS8d0i" |
| host | "gihal.s2h.dev" |
| priority | "u=1, i" |
| referer | "https://gihal.s2h.dev/login" |
| sec-ch-ua | ""Brave";v="149", "Chromium";v="149", "Not)A;Brand";v="24"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "same-origin" |
| sec-gpc | "1" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36" |
| x-php-ob-level | "1" |
| x-turbo-request-id | "f95e7c37-976f-41ab-9e3d-2fda5c1d29ce" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --url 'https://gihal.s2h.dev/dashboard' \ --header 'Accept-Encoding: gzip, deflate, br' \ --header 'Priority: u=1, i' \ --header 'Referer: https://gihal.s2h.dev/login' \ --header 'Sec-Fetch-Dest: empty' \ --header 'Sec-Fetch-Mode: cors' \ --header 'Sec-Fetch-Site: same-origin' \ --header 'Accept-Language: en-US,en;q=0.6' \ --header 'Sec-Gpc: 1' \ --header 'X-Turbo-Request-Id: f95e7c37-976f-41ab-9e3d-2fda5c1d29ce' \ --header 'Accept: text/vnd.turbo-stream.html, text/html, application/xhtml+xml' \ --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36' \ --header 'Sec-Ch-Ua-Mobile: ?0' \ --header 'Csrf-Token: XDL0PjVYgRiydFHNoNYS8d0i' \ --header 'Sec-Ch-Ua: "Brave";v="149", "Chromium";v="149", "Not)A;Brand";v="24"' \ --header 'Sec-Ch-Ua-Platform: "Windows"' \ --header 'X-Php-Ob-Level: 1' \ --cookie 'PHPSESSID=fa44724487b9781ee102e6412ba3790d; sf_redirect=%7B%22token%22%3A%22c13898%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fgihal%5C%2Fgihal%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A13%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_auth_profile_token=c13898'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Thu, 25 Jun 2026 06:21:07 GMT" |
| expires | "Thu, 25 Jun 2026 06:21:07 GMT" |
| x-debug-token | "2e2ab6" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "fa44724487b9781ee102e6412ba3790d" |
| main_auth_profile_token | "c13898" |
| sf_redirect | "{"token":"c13898","route":"app_login","method":"POST","controller":{"class":"App\\Controller\\SecurityController","method":"login","file":"\/var\/www\/gihal\/gihal\/src\/Controller\/SecurityController.php","line":13},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-http/Firewall/AccessListener.php"
"line" => 75
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/gihal/gihal/public/index.php"
"line" => 5
"args" => [
"/var/www/gihal/gihal/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "18b7aecf36c84e839d6a1f8f9b7a8ba1" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "postgresql://gihal:c51714@127.0.0.1:5432/gihal?serverVersion=18&charset=utf8" |
| DEFAULT_URI | "https://gihal.s2h.dev" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/var/www/gihal/gihal" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/gihal/gihal" ] |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DOCUMENT_ROOT | "/var/www/gihal/gihal/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/home/gihal" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/vnd.turbo-stream.html, text/html, application/xhtml+xml" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br" |
| HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.6" |
| HTTP_COOKIE | "PHPSESSID=fa44724487b9781ee102e6412ba3790d; sf_redirect=%7B%22token%22%3A%22c13898%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fgihal%5C%2Fgihal%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A13%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_auth_profile_token=c13898" |
| HTTP_CSRF_TOKEN | "XDL0PjVYgRiydFHNoNYS8d0i" |
| HTTP_HOST | "gihal.s2h.dev" |
| HTTP_PRIORITY | "u=1, i" |
| HTTP_REFERER | "https://gihal.s2h.dev/login" |
| HTTP_SEC_CH_UA | ""Brave";v="149", "Chromium";v="149", "Not)A;Brand";v="24"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_SEC_GPC | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36" |
| HTTP_X_TURBO_REQUEST_ID | "f95e7c37-976f-41ab-9e3d-2fda5c1d29ce" |
| PATH_INFO | "" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "36.85.227.31" |
| REMOTE_PORT | "14291" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1782368467 |
| REQUEST_TIME_FLOAT | 1782368467.1632 |
| REQUEST_URI | "/dashboard" |
| SCRIPT_FILENAME | "/var/www/gihal/gihal/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "103.52.146.165" |
| SERVER_NAME | "gihal.s2h.dev" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SOFTWARE | "nginx/1.30.1" |
| SYMFONY_DOTENV_PATH | "/var/www/gihal/gihal/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |
| USER | "gihal" |