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" |
| _links | Symfony\Component\WebLink\GenericLinkProvider {#1140 -links: [] } |
| _redirected | true |
| _route | "app_login" |
| _route_params | [] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "d601b4" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| cookie | "sf_redirect=%7B%22token%22%3A%222428cc%22%2C%22route%22%3A%22app_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CMainController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FMainController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=a8s2j2bcch5tt615pbhikup0nh" |
| host | "r7-pilote.alpha-soft.fr" |
| referer | "https://r7-pilote.alpha-soft.fr/" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.133" |
| x-forwarded-proto | "https" |
| 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 | "Mon, 08 Dec 2025 23:39:30 GMT" |
| x-debug-token | "9c34cb" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "a8s2j2bcch5tt615pbhikup0nh" |
| sf_redirect | "{"token":"2428cc","route":"app_homepage","method":"GET","controller":{"class":"App\\Controller\\MainController","method":"index","file":"\/app\/src\/Controller\/MainController.php","line":27},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Tue, 09 Dec 25 00:39:30 +0100" |
| Last used | "Tue, 09 Dec 25 00:39:30 +0100" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _csrf/https-authenticate | "1dY6-mYysuga68i7bbhscHYqeFbXLPoyNZ-BG1R83dM" |
| _security.main.target_path | "https://r7-pilote.alpha-soft.fr/" |
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
[
"file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 41
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 364
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 21
"function" => "getUser"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[
[
"file" => "/app/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 40
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 25
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[
[
"file" => "/app/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 59
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 26
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:79
[
[
"file" => "/app/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 79
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 69
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/form/FormRenderer.php"
"line" => 59
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/89/8966b153eb3f724d170a378e8fe2a846.php"
"line" => 180
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_body"
"class" => "__TwigTemplate_f8d36bacda5f44a2df289c725abc36b0"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/36/36a239a0515c0b0f88f0fb67d442157e.php"
"line" => 74
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_330a957db1f70c2371abb2eb3c8a4e7a"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/89/8966b153eb3f724d170a378e8fe2a846.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_f8d36bacda5f44a2df289c725abc36b0"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 448
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 453
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 253
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 48
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:69
[
[
"file" => "/app/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 69
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 74
"function" => "setToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/form/FormRenderer.php"
"line" => 59
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/89/8966b153eb3f724d170a378e8fe2a846.php"
"line" => 180
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_body"
"class" => "__TwigTemplate_f8d36bacda5f44a2df289c725abc36b0"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/36/36a239a0515c0b0f88f0fb67d442157e.php"
"line" => 74
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_330a957db1f70c2371abb2eb3c8a4e7a"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/89/8966b153eb3f724d170a378e8fe2a846.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_f8d36bacda5f44a2df289c725abc36b0"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 448
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 453
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 253
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 48
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Twig\Extension\CoreExtension:1882
[
[
"file" => "/app/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1882
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/5a/5a7304c2d7158cd4a3fdc2507b30ec8b.php"
"line" => 48
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_a5a955af0a96538c6e2daab07d830c3f"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/36/36a239a0515c0b0f88f0fb67d442157e.php"
"line" => 92
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_330a957db1f70c2371abb2eb3c8a4e7a"
"type" => "->"
]
[
"file" => "/app/var/cache/dev/twig/89/8966b153eb3f724d170a378e8fe2a846.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_f8d36bacda5f44a2df289c725abc36b0"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/app/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 448
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 453
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 253
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 48
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 6
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| API_KEY | "id3FgQq7qo1NfmRPjQHh0F27wwD2RESMxtEgapJJtJ8SnQPK934lIZ9KEXA3ZDho" |
| APP_CONFIGURATION | "%kernel.project_dir%/config.php" |
| APP_CRON_ENABLED | "true" |
| APP_DB_HOST | "192.168.1.135" |
| APP_DB_NAME | "/dbs/master_gasett" |
| APP_DB_PASSWORD | "" |
| APP_DB_PORT | "5001" |
| APP_DB_SERVICE | "assql" |
| APP_DB_USER | "alpha" |
| APP_ENV | "dev" |
| APP_SECRET | "50fba62fd274989ea8596ce7c1de0022" |
| APP_TIMEZONE | "Europe/Paris" |
| ASCRYPTO_CIPHER_METHOD | "chacha20" |
| ASCRYPTO_PASSWORD | "0i25BsCJy6BXHE7vdJsdlJevz6xHrzkG" |
| ASPLATFORM_TOKEN | "" |
| ASPLATFORM_URL | "" |
| BULK_IO_APP_ID | "gasett" |
| BULK_IO_TOKEN | "sOtkfJWOyQlVYOECfHzQYPeSBnL5vi5s" |
| BULK_IO_URL | "http://192.168.1.135:8046" |
| CLIENT_ID_UNIQ_MODE | "AUTO" |
| DEFAULT_URI | "http://192.168.1.135:8181" |
| DOCKER_PORT_NGINX | "8181" |
| LOCK_DSN | "flock" |
| MESSENGER_DATABASE_URL | "sqlite:///%kernel.project_dir%/var/messenger.db" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default" |
| MODULE_PASSAGE | "true" |
| MULTI_SOURCE_API_URL | "http://192.168.1.250:6080" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DOCUMENT_ROOT | "/app/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_COOKIE | "sf_redirect=%7B%22token%22%3A%222428cc%22%2C%22route%22%3A%22app_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CMainController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FMainController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=a8s2j2bcch5tt615pbhikup0nh" |
| HTTP_HOST | "r7-pilote.alpha-soft.fr" |
| HTTP_REFERER | "https://r7-pilote.alpha-soft.fr/" |
| 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.133" |
| HTTP_X_FORWARDED_PROTO | "https" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "192.168.1.26" |
| REMOTE_PORT | "48466" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1765237170 |
| REQUEST_TIME_FLOAT | 1765237170.4281 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "/app/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.18.0.2" |
| SERVER_NAME | "localhost" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.22.1" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,API_KEY,APP_CRON_ENABLED,DOCKER_PORT_NGINX,APP_DB_HOST,APP_DB_NAME,APP_DB_PORT,APP_DB_USER,APP_DB_PASSWORD,APP_DB_SERVICE,MULTI_SOURCE_API_URL,MESSENGER_TRANSPORT_DSN,MESSENGER_DATABASE_URL,APP_CONFIGURATION,APP_TIMEZONE,DEFAULT_URI,LOCK_DSN,BULK_IO_URL,BULK_IO_TOKEN,BULK_IO_APP_ID,MODULE_PASSAGE,ASCRYPTO_PASSWORD,ASCRYPTO_CIPHER_METHOD,CLIENT_ID_UNIQ_MODE,ASPLATFORM_URL,ASPLATFORM_TOKEN" |
| USER | "www-data" |