SecurityController :: login
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | [
"PUBLIC_ACCESS"
] |
| _controller | "App\Controller\SecurityController::login" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#488 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/login" +name: "app_login" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#446 -supports: false -passport: null -duration: null -stub: "App\Security\BackofficeAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\BackofficeAuthenticator {#286 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#358 -supports: false -passport: null -duration: null -stub: "App\Security\ExternalUserAccessAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\ExternalUserAccessAuthenticator {#338 …} } ] |
| _stopwatch_token | "bc5b2c" |
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-language | "en-US,en;q=0.9" |
| content-length | "0" |
| host | "devis.astart-assurances.fr" |
| priority | "u=0, i" |
| sec-ch-ua | "" Not;A Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "none" |
| sec-fetch-user | "?1" |
| upgrade-insecure-requests | "1" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| x-autonomous-system | "14618" |
| x-country-code | "US" |
| x-forwarded-for | "98.88.249.178" |
| x-forwarded-port | "443" |
| x-forwarded-proto | "https" |
| x-https | "1" |
| x-php-ob-level | "1" |
| x-real-ip | "98.88.249.178" |
| x-ssl | "yes" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --url 'https://devis.astart-assurances.fr/login' \ --header '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' \ --header 'Accept-Language: en-US,en;q=0.9' \ --header 'Content-Length: 0' \ --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \ --header 'X-Forwarded-For: 98.88.249.178' \ --header 'X-Country-Code: US' \ --header 'X-Autonomous-System: 14618' \ --header 'X-Real-Ip: 98.88.249.178' \ --header 'X-Forwarded-Proto: https' \ --header 'X-Forwarded-Port: 443' \ --header 'X-Ssl: yes' \ --header 'Sec-Ch-Ua: " Not;A Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"' \ --header 'Sec-Ch-Ua-Mobile: ?0' \ --header 'Sec-Ch-Ua-Platform: "Windows"' \ --header 'Upgrade-Insecure-Requests: 1' \ --header 'Sec-Fetch-Site: none' \ --header 'Sec-Fetch-Mode: navigate' \ --header 'Sec-Fetch-User: ?1' \ --header 'Sec-Fetch-Dest: document' \ --header 'Priority: u=0, i' \ --header 'X-Https: 1' \ --header 'X-Php-Ob-Level: 1'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Sun, 07 Jun 2026 10:29:43 GMT" |
| expires | "Sun, 07 Jun 2026 10:29:43 GMT" |
| x-debug-token | "c673ab" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 3
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
3
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/src/Controller/SecurityController.php"
"line" => 26
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public/index.php"
"line" => 5
"args" => [
"/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/src/Controller/SecurityController.php"
"line" => 27
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public/index.php"
"line" => 5
"args" => [
"/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Bridge\Twig\AppVariable:181
[
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 181
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1918
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/var/cache/dev/twig/1d/1df195fc6b4c32a72f678ef5dc47bfb3.php"
"line" => 305
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Template.php"
"line" => 456
"function" => "block_body"
"class" => "__TwigTemplate_c5a9f7310627768ce6f8a9c95a7b8081"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/var/cache/dev/twig/2a/2a995f1ac7e100e17239a04945e07145.php"
"line" => 96
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_b7b77e2569919c33461cc0c5fb381ef4"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/var/cache/dev/twig/1d/1df195fc6b4c32a72f678ef5dc47bfb3.php"
"line" => 64
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_c5a9f7310627768ce6f8a9c95a7b8081"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/twig/twig/src/Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 472
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 477
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 281
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/src/Controller/SecurityController.php"
"line" => 25
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public/index.php"
"line" => 5
"args" => [
"/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENCRYPTION_KEY | "eziDU6zOIYEq6mar1CPl" |
| APP_ENV | "dev" |
| APP_SECRET | "d5598502b7f16bd32db56a06435fa153" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "mysql://sc8qehu2436_user:YkRd7lltu@localhost:3306/sc8qehu2436_valstar?serverVersion=mariadb-11.4.10" |
| DEFAULT_URI | "http://localhost" |
| MAILER_DSN | "smtp://dev@qehu2436.odns.fr:MyPassword!69@chaud.o2switch.net:465" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar" ] |
| CONTENT_LENGTH | "0" |
| CONTEXT_DOCUMENT_ROOT | "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public" |
| HTTPS | "on" |
| 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_LANGUAGE | "en-US,en;q=0.9" |
| HTTP_HOST | "devis.astart-assurances.fr" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_SEC_CH_UA | "" Not;A Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "none" |
| HTTP_SEC_FETCH_USER | "?1" |
| HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| HTTP_X_AUTONOMOUS_SYSTEM | "14618" |
| HTTP_X_COUNTRY_CODE | "US" |
| HTTP_X_FORWARDED_FOR | "98.88.249.178" |
| HTTP_X_FORWARDED_PORT | "443" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_HTTPS | "1" |
| HTTP_X_REAL_IP | "98.88.249.178" |
| HTTP_X_SSL | "yes" |
| LSCAPI_CRIU_SYNC_FD | "7" |
| PATH | "/usr/local/bin:/usr/bin:/bin" |
| PHP_SELF | "/index.php" |
| PWD | "/" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SCRIPT_URI | "https://devis.astart-assurances.fr/login" |
| REDIRECT_SCRIPT_URL | "/login" |
| REDIRECT_SSL_TLS_SNI | "devis.astart-assurances.fr" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "aiVIF3fLov237C-rm2DLvgAAANQ" |
| REDIRECT_URL | "/login" |
| REMOTE_ADDR | "109.234.167.150" |
| REMOTE_PORT | "48120" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1780828183 |
| REQUEST_TIME_FLOAT | 1780828183.4775 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://devis.astart-assurances.fr/login" |
| SCRIPT_URL | "/login" |
| SERVER_ADDR | "109.234.167.150" |
| SERVER_ADMIN | "webmaster@devisastart-assurances.sc8qehu2436.universe.wf" |
| SERVER_NAME | "devis.astart-assurances.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "devis.astart-assurances.fr" |
| SYMFONY_DOTENV_PATH | "/home/sc8qehu2436/sc8qehu2436.universe.wf/valstar/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,APP_ENCRYPTION_KEY,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |
| TEMP | "/tmp" |
| TMP | "/tmp" |
| TMPDIR | "/tmp" |
| UNIQUE_ID | "aiVIF3fLov237C-rm2DLvgAAANQ" |