Redirect 302 redirect from GET @app_dashboard (cb2b49)

GET https://tidy.alfredocruz.cl/login

SecurityController :: login

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_login"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#373
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#421 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#371
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#370 …}
  }
]
_stopwatch_token
"3d8fee"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"Keep-Alive"
cookie
"main_deauth_profile_token=cb2b49; sf_redirect=%7B%22token%22%3A%22cb2b49%22%2C%22route%22%3A%22app_dashboard%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CDashboardController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Ftidy%5C%2Fsrc%5C%2FController%5C%2FDashboardController.php%22%2C%22line%22%3A35%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=bb677940560ad8bc16db3bb9ff25aff7"
host
"tidy.alfredocruz.cl"
referer
"https://tidy.alfredocruz.cl/"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.218"
x-forwarded-host
"tidy.alfredocruz.cl"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"tidy.alfredocruz.cl"
x-php-ob-level
"0"

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, 20 Feb 2026 13:28:54 GMT"
x-debug-token
"8c0c15"

Cookies

Request Cookies

Key Value
PHPSESSID
"bb677940560ad8bc16db3bb9ff25aff7"
main_deauth_profile_token
"cb2b49"
sf_redirect
"{"token":"cb2b49","route":"app_dashboard","method":"GET","controller":{"class":"App\\Controller\\DashboardController","method":"index","file":"\/var\/www\/tidy\/src\/Controller\/DashboardController.php","line":35},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 3

Session Metadata

Key Value
Created
"Fri, 20 Feb 26 13:28:54 +0000"
Last used
"Fri, 20 Feb 26 13:28:54 +0000"
Lifetime
1800

Session Attributes

Attribute Value
_security.main.target_path
"https://tidy.alfredocruz.cl/"

Session Usage

3 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/tidy/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 378
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/src/Controller/SecurityController.php"
    "line" => 18
    "function" => "getUser"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/tidy/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/var/www/tidy/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/src/Controller/SecurityController.php"
    "line" => 23
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/tidy/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/var/www/tidy/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/src/Controller/SecurityController.php"
    "line" => 26
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/tidy/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/tidy/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"6bfff9b1619073642301e9f58d8fef9b"
DEFAULT_URI
"http://localhost"
IMED_WSDL_URL
"https://wspre.licencia.cl/WsempsWSI.php?wsdl"
LOCK_DSN
"flock"
MAILER_DEV_RECIPIENT
"jaguayo@gmail.com"
MAILER_DSN
"ses+smtp://AKIAQ7WCB53YOQJDTAG6:BIPaOkA%2BRaPrt%2F9x%2BWn8x%2FPhtgxPnwamyza8leDgBzmW@default?region=us-west-2"
MAILER_SENDER_ADDRESS
"no-reply@alfredocruz.cl"
MAILER_SENDER_NAME
"TidyHR - Licencias Médicas"
MEDIPASS_BASE_URL
"https://testing-lme.medipasspro.com"
MEDIPASS_CLAVE_INTEGRACION
"78757320"
MEDIPASS_CLIENT_ID
"25db9541-9d28-498d-9c00-46c2571e7590"
MEDIPASS_CLIENT_SECRET
"58452eed0c5a5ba1e2c60e78c42e0a228808a0bbf8972d24ed78e116808367a9"
MEDIPASS_RUT_INTEGRACION
"78757320"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SALESFORCE_CLIENT_ID
"3MVG9x3BHiue58jW05YVW2cVFK.61scqr0s.a8npxItqEz2RYyguEcBw5RfpP4JrvqzDtRZYNljyUJ.gPfHcU"
SALESFORCE_CLIENT_SECRET
"E245F112C5E2D80D77FF219C76C3D1DC71B6348DB6BA012EF94BDF158EF5121A"
SALESFORCE_INSTANCE_URL
"https://acyc--des2020.sandbox.my.salesforce.com"
SALESFORCE_LOGIN_URL
"https://test.salesforce.com"
SALESFORCE_PASSWORD
"D1l3ma1156.5eBdlAaYUUMqj0QRg3kjXYdEV"
SALESFORCE_USERNAME
"jaguayo@gmail.com.des2020"
SALESFORCE_WEBHOOK_SECRET
"change_this_to_a_secure_webhook_secret"
TIMEOUT_VAULT_MINUTES
"30"
TRUSTED_PROXIES
"127.0.0.1,172.18.0.0/16"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_PROJECT_DIR
"/var/www/tidy"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/tidy"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/tidy/public"
CONTEXT_PREFIX
""
DATABASE_URL
"mysql://tidy_dev:D7jm.6-h134SA@acruz-mariadb.cyzcgouedqgr.us-west-2.rds.amazonaws.com:3306/tidy_dev?serverVersion=mariadb-10.11.13"
DOCUMENT_ROOT
"/var/www/tidy/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/var/www"
HOSTNAME
"0d5939a8ad56"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"Keep-Alive"
HTTP_COOKIE
"main_deauth_profile_token=cb2b49; sf_redirect=%7B%22token%22%3A%22cb2b49%22%2C%22route%22%3A%22app_dashboard%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CDashboardController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Ftidy%5C%2Fsrc%5C%2FController%5C%2FDashboardController.php%22%2C%22line%22%3A35%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=bb677940560ad8bc16db3bb9ff25aff7"
HTTP_HOST
"tidy.alfredocruz.cl"
HTTP_REFERER
"https://tidy.alfredocruz.cl/"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.218"
HTTP_X_FORWARDED_HOST
"tidy.alfredocruz.cl"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"tidy.alfredocruz.cl"
PATH
"/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110"
PHP_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz"
PHP_VERSION
"8.4.18"
PWD
"/var/www/tidy"
QUERY_STRING
""
REMOTE_ADDR
"172.18.0.1"
REMOTE_PORT
"44776"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1771594134
REQUEST_TIME_FLOAT
1771594134.6184
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/tidy/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.2"
SERVER_ADMIN
"you@example.com"
SERVER_NAME
"tidy.alfredocruz.cl"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.66 (Unix)"
SYMFONY_DOTENV_PATH
"/var/www/tidy/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,DEFAULT_URI,MESSENGER_TRANSPORT_DSN,LOCK_DSN,SALESFORCE_CLIENT_ID,SALESFORCE_CLIENT_SECRET,SALESFORCE_USERNAME,SALESFORCE_PASSWORD,SALESFORCE_LOGIN_URL,SALESFORCE_INSTANCE_URL,SALESFORCE_WEBHOOK_SECRET,IMED_WSDL_URL,MEDIPASS_BASE_URL,MEDIPASS_CLIENT_ID,MEDIPASS_CLIENT_SECRET,MEDIPASS_RUT_INTEGRACION,MEDIPASS_CLAVE_INTEGRACION,MAILER_DSN,MAILER_DEV_RECIPIENT,MAILER_SENDER_ADDRESS,MAILER_SENDER_NAME,TIMEOUT_VAULT_MINUTES,TRUSTED_PROXIES"
USER
"www-data"
argc
0
argv
[]
proxy-nokeepalive
"1"