Redirect 302 redirect from GET @app_forgot_password (447a8f)

GET https://aeroasociados.datatela.co/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 {#545
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#496 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#549
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#550 …}
  }
]
_stopwatch_token
"42fdf7"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"sf_redirect=%7B%22token%22%3A%22447a8f%22%2C%22route%22%3A%22app_forgot_password%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CPasswordResetController%22%2C%22method%22%3A%22forgotPassword%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Faero%5C%2Fsrc%5C%2FController%5C%2FPasswordResetController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=447a8f; PHPSESSID=m7mg9poknsvh8mvqp8dbtr1mvj"
host
"aeroasociados.datatela.co"
referer
"https://aeroasociados.datatela.co/forgot-password"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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, 26 Feb 2026 02:59:50 GMT"
x-debug-token
"b5839a"

Cookies

Request Cookies

Key Value
PHPSESSID
"m7mg9poknsvh8mvqp8dbtr1mvj"
main_deauth_profile_token
"447a8f"
sf_redirect
"{"token":"447a8f","route":"app_forgot_password","method":"GET","controller":{"class":"App\\Controller\\PasswordResetController","method":"forgotPassword","file":"\/var\/www\/aero\/src\/Controller\/PasswordResetController.php","line":27},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Wed, 25 Feb 26 21:59:50 -0500"
Last used
"Wed, 25 Feb 26 21:59:50 -0500"
Lifetime
0

Session Attributes

Attribute Value
_security.main.target_path
"https://aeroasociados.datatela.co/forgot-password"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/var/www/aero/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/src/Controller/SecurityController.php"
    "line" => 21
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/aero/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/var/www/aero/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/src/Controller/SecurityController.php"
    "line" => 24
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/aero/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/aero/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_NAME
"GAL - Global Aviation Link"
APP_SECRET
"7dac2bc69891216e029107e39437137b"
APP_TIMEZONE
"America/New_York"
AWS_ACCESS_KEY_ID
"your_aws_access_key"
AWS_REGION
"us-east-1"
AWS_S3_BUCKET
"gal-uploads"
AWS_SECRET_ACCESS_KEY
"your_aws_secret_key"
CARGOXML_ENDPOINT
"https://api.cargoxml.com/v1"
CARGOXML_PASSWORD
"your_password"
CARGOXML_USERNAME
"your_username"
DATABASE_URL
"mysql://root:ServBay.dev@127.0.0.1:3306/gal_v2?serverVersion=8.0&charset=utf8mb4"
DEFAULT_URI
"http://localhost:8080"
DESCARTES_PASSWORD
"your_password"
DESCARTES_USERNAME
"your_username"
DESCARTES_WSDL
"https://api.descartes.com/wsdl"
SENDER_EMAIL
"aa@aa.co"
SENDER_NAME
"GAL System"
WHATSAPP_ACCESS_TOKEN
"your_access_token"
WHATSAPP_API_URL
"https://graph.facebook.com/v17.0"
WHATSAPP_PHONE_ID
"your_phone_id"
WHATSAPP_VERIFY_TOKEN
"your_verify_token"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/aero"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/aero"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/aero/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%22447a8f%22%2C%22route%22%3A%22app_forgot_password%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CPasswordResetController%22%2C%22method%22%3A%22forgotPassword%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Faero%5C%2Fsrc%5C%2FController%5C%2FPasswordResetController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=447a8f; PHPSESSID=m7mg9poknsvh8mvqp8dbtr1mvj"
HTTP_HOST
"aeroasociados.datatela.co"
HTTP_REFERER
"https://aeroasociados.datatela.co/forgot-password"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.61"
REMOTE_PORT
"21789"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1772074790
REQUEST_TIME_FLOAT
1772074790.9079
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/aero/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.26.0.127"
SERVER_NAME
"aeroasociados.datatela.co"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.28.2"
SYMFONY_DOTENV_PATH
"/var/www/aero/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DEFAULT_URI,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION,AWS_S3_BUCKET,WHATSAPP_API_URL,WHATSAPP_PHONE_ID,WHATSAPP_ACCESS_TOKEN,WHATSAPP_VERIFY_TOKEN,CARGOXML_ENDPOINT,CARGOXML_USERNAME,CARGOXML_PASSWORD,DESCARTES_WSDL,DESCARTES_USERNAME,DESCARTES_PASSWORD,APP_NAME,APP_TIMEZONE,SENDER_EMAIL,SENDER_NAME"
USER
"apache"