Redirect 302 redirect from GET @app_home (9606a7)

GET http://admin.adfi.alsace/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 {#590
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#632 …}
  }
]
_stopwatch_token
"186f1b"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
cookie
"sf_redirect=%7B%22token%22%3A%229606a7%22%2C%22route%22%3A%22app_home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CHomeController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Falshugl%5C%2Fadmin%5C%2Fsrc%5C%2FController%5C%2FHomeController.php%22%2C%22line%22%3A12%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=9606a7; PHPSESSID=8490cda9cb6352d458b14b7cff6ba69c"
forwarded
"for=195.132.35.238; proto=http; host=admin.adfi.alsace"
host
"admin.adfi.alsace"
referer
"http://admin.adfi.alsace/"
remote-ip
"195.132.35.238"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36"
x-forwarded-for
"195.132.35.238"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-iplb-unique-id
"C38423EE:D641_335BECFF:0050_6A7652D0_17D62:201A08"
x-ovhrequest-id
"53cf64c5922cd6f36831b946a06a99a6"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"195.132.35.238"
x-remote-port
"54849"
x-remote-proto
"http"

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, 07 Aug 2026 21:49:10 GMT"
x-debug-token
"c2be5d"

Cookies

Request Cookies

Key Value
PHPSESSID
"8490cda9cb6352d458b14b7cff6ba69c"
main_deauth_profile_token
"9606a7"
sf_redirect
"{"token":"9606a7","route":"app_home","method":"GET","controller":{"class":"App\\Controller\\HomeController","method":"index","file":"\/home\/alshugl\/admin\/src\/Controller\/HomeController.php","line":12},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Fri, 07 Aug 26 23:49:06 +0200"
Last used
"Fri, 07 Aug 26 23:49:06 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.main.target_path
"http://admin.adfi.alsace/"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/home/alshugl/admin/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/src/Controller/SecurityController.php"
    "line" => 15
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/public/index.php"
    "line" => 5
    "args" => [
      "/home/alshugl/admin/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/home/alshugl/admin/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/src/Controller/SecurityController.php"
    "line" => 16
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/alshugl/admin/public/index.php"
    "line" => 5
    "args" => [
      "/home/alshugl/admin/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DOMAIN
"adfi.localhost"
APP_ENV
"dev"
APP_SECRET
""
COMPOSE_PROJECT_NAME
"adfi"
DATABASE_URL
"mysql://alshugladmin:Als2833f8001@alshugladmin.mysql.db:3306/alshugladmin?serverVersion=8.4"
DB_DATABASE
"adfi"
DB_HOSTNAME
"adfi-database.docker"
DB_PASSWORD
"secret"
DB_PORT
"3306"
DB_USERNAME
"symfony"
ENABLE_COMPLEXITY
"false"
LOCAL_PROXY_CONTAINER_NAME
"local_proxy"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster129"
DOCUMENT_ROOT
"/home/alshugl/admin/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_CITY
"Paris"
GEOIP_COUNTRY_CODE
"FR"
GEOIP_COUNTRY_NAME
"France"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"48.832298"
GEOIP_LONGITUDE
"2.407500"
GEOIP_REGION
"A8"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%229606a7%22%2C%22route%22%3A%22app_home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CHomeController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Falshugl%5C%2Fadmin%5C%2Fsrc%5C%2FController%5C%2FHomeController.php%22%2C%22line%22%3A12%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=9606a7; PHPSESSID=8490cda9cb6352d458b14b7cff6ba69c"
HTTP_FORWARDED
"for=195.132.35.238; proto=http; host=admin.adfi.alsace"
HTTP_HOST
"admin.adfi.alsace"
HTTP_REFERER
"http://admin.adfi.alsace/"
HTTP_REMOTE_IP
"195.132.35.238"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36"
HTTP_X_FORWARDED_FOR
"195.132.35.238"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_IPLB_UNIQUE_ID
"C38423EE:D641_335BECFF:0050_6A7652D0_17D62:201A08"
HTTP_X_OVHREQUEST_ID
"53cf64c5922cd6f36831b946a06a99a6"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"195.132.35.238"
HTTP_X_REMOTE_PORT
"54849"
HTTP_X_REMOTE_PROTO
"http"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"195.132.35.238"
REMOTE_PORT
"54508"
REQUEST_METHOD
"GET"
REQUEST_TIME
1786139350
REQUEST_TIME_FLOAT
1786139350.5714
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/alshugl/admin/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://admin.adfi.alsace/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"10.129.20.7"
SERVER_ADMIN
"postmaster@admin.adfi.alsace"
SERVER_NAME
"admin.adfi.alsace"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/alshugl/admin/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_DOMAIN,COMPOSE_PROJECT_NAME,LOCAL_PROXY_CONTAINER_NAME,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,ENABLE_COMPLEXITY,DB_DATABASE,DB_HOSTNAME,DB_PORT,DB_PASSWORD,DB_USERNAME"
UNIQUE_ID
"anZS1ry1FwfSmSN3wLwZkgAAARU"
USER
"alshugl"
argc
0
argv
[]