InquiryController :: index
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| inquiry | [ "firstname" => "obiwan" "lastname" => "kenobi" "email" => "obi@jmbianca.net" "selectedService" => [ "portrait exterieur" "portrait studio" ] "message" => """ tedt\r\n \r\n tst """ "_token" => "11718a227a8499e34d55479c75de.e7-FosCbRnm0qb04I_qrvbMpnSapoUtAf_ZI7c2rKj4.TtzQ1prQLRP_-tdnfMjTxdtf5Fzt0CB4RrMOjpzTWHEJ-c7xrfkTH-Hg1g" ] |
Uploaded Files
No uploaded files
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | null |
| _controller | "App\Controller\Frontend\InquiryController::index" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#550 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/demande-devis-photo-portrait-lyon" +name: "inquiry" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_frontend_inquiry" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#526 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#475 …} } ] |
| _stopwatch_token | "2f2820" |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "fr,fr-FR;q=0.9,en;q=0.8,en-US;q=0.7" |
| connection | "Keep-Alive" |
| content-length | "394" |
| content-type | "application/x-www-form-urlencoded" |
| cookie | "main_deauth_profile_token=e065b6; PHPSESSID=e3b746f23ab625d872d83dccdcefaac1" |
| dnt | "1" |
| host | "9septembre.fr" |
| origin | "https://9septembre.fr" |
| priority | "u=0, i" |
| referer | "https://9septembre.fr/demande-devis-photo-portrait-lyon" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "same-origin" |
| sec-fetch-user | "?1" |
| sec-gpc | "1" |
| upgrade-insecure-requests | "1" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:154.0) Gecko/20100101 Firefox/154.0" |
| x-forwarded-for | "82.65.219.17" |
| x-forwarded-host | "9septembre.fr" |
| x-forwarded-proto | "https" |
| x-forwarded-server | "9septembre.fr" |
| x-php-ob-level | "0" |
Request Content
Raw
inquiry%5Bfirstname%5D=obiwan&inquiry%5Blastname%5D=kenobi&inquiry%5Bemail%5D=obi%40jmbianca.net&inquiry%5BselectedService%5D%5B%5D=portrait+exterieur&inquiry%5BselectedService%5D%5B%5D=portrait+studio&inquiry%5Bmessage%5D=tedt%0D%0A%0D%0Atst&inquiry%5B_token%5D=11718a227a8499e34d55479c75de.e7-FosCbRnm0qb04I_qrvbMpnSapoUtAf_ZI7c2rKj4.TtzQ1prQLRP_-tdnfMjTxdtf5Fzt0CB4RrMOjpzTWHEJ-c7xrfkTH-Hg1g
Retry Command
curl \ --compressed \ --request POST \ --url 'https://9septembre.fr/demande-devis-photo-portrait-lyon' \ --header 'Connection: Keep-Alive' \ --header 'Content-Length: 394' \ --header 'X-Forwarded-Server: 9septembre.fr' \ --header 'X-Forwarded-Host: 9septembre.fr' \ --header 'X-Forwarded-For: 82.65.219.17' \ --header 'X-Forwarded-Proto: https' \ --header 'Priority: u=0, i' \ --header 'Sec-Fetch-User: ?1' \ --header 'Sec-Fetch-Site: same-origin' \ --header 'Sec-Fetch-Mode: navigate' \ --header 'Sec-Fetch-Dest: document' \ --header 'Upgrade-Insecure-Requests: 1' \ --header 'Referer: https://9septembre.fr/demande-devis-photo-portrait-lyon' \ --header 'Sec-Gpc: 1' \ --header 'Dnt: 1' \ --header 'Origin: https://9septembre.fr' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Accept-Encoding: gzip, deflate, br, zstd' \ --header 'Accept-Language: fr,fr-FR;q=0.9,en;q=0.8,en-US;q=0.7' \ --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \ --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:154.0) Gecko/20100101 Firefox/154.0' \ --header 'X-Php-Ob-Level: 0' \ --cookie 'main_deauth_profile_token=e065b6; PHPSESSID=e3b746f23ab625d872d83dccdcefaac1' \ --data-raw 'inquiry%5Bfirstname%5D=obiwan&inquiry%5Blastname%5D=kenobi&inquiry%5Bemail%5D=obi%40jmbianca.net&inquiry%5BselectedService%5D%5B%5D=portrait+exterieur&inquiry%5BselectedService%5D%5B%5D=portrait+studio&inquiry%5Bmessage%5D=tedt%0D%0A%0D%0Atst&inquiry%5B_token%5D=11718a227a8499e34d55479c75de.e7-FosCbRnm0qb04I_qrvbMpnSapoUtAf_ZI7c2rKj4.TtzQ1prQLRP_-tdnfMjTxdtf5Fzt0CB4RrMOjpzTWHEJ-c7xrfkTH-Hg1g'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=utf-8" |
| date | "Sun, 30 Aug 2026 15:42:03 GMT" |
| expires | "Sun, 30 Aug 2026 15:42:03 GMT" |
| location | "/demande-devis-photo-portrait-lyon" |
| x-debug-token | "a62930" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "e3b746f23ab625d872d83dccdcefaac1" |
| main_deauth_profile_token | "e065b6" |
Response Cookies
No response cookies
Session 5
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
5
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:70
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 70
"function" => "start"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 98
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 119
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
"line" => 60
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "preSubmit"
"class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
"line" => 28
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 480
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
"line" => 122
"function" => "submit"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 418
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/Frontend/InquiryController.php"
"line" => 26
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "index"
"class" => "App\Controller\Frontend\InquiryController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:73
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 73
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 98
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 119
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
"line" => 60
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "preSubmit"
"class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
"line" => 28
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 480
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
"line" => 122
"function" => "submit"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 418
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/Frontend/InquiryController.php"
"line" => 26
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "index"
"class" => "App\Controller\Frontend\InquiryController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:49
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 49
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 102
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 119
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
"line" => 60
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "preSubmit"
"class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
"line" => 28
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 480
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
"line" => 122
"function" => "submit"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 418
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/Frontend/InquiryController.php"
"line" => 26
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "index"
"class" => "App\Controller\Frontend\InquiryController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:53
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 53
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 102
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 119
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
"line" => 60
"function" => "isTokenValid"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "preSubmit"
"class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
"line" => 28
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 480
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
"line" => 122
"function" => "submit"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/Form.php"
"line" => 418
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/Frontend/InquiryController.php"
"line" => 26
"function" => "handleRequest"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "index"
"class" => "App\Controller\Frontend\InquiryController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:197
[
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 197
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/Frontend/InquiryController.php"
"line" => 51
"function" => "addFlash"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "index"
"class" => "App\Controller\Frontend\InquiryController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_BASE_URL | "https://9septembre.fr" |
| APP_ENV | "dev" |
| APP_FROM_EMAIL | "contact@9septembre.fr" |
| APP_FROM_NAME | "Site 9septembre" |
| APP_SECRET | "e08e6086810b2b23e619034f9c4d5927" |
| APP_SHARE_DIR | "var/share" |
| APP_SITE | "9septembre.fr" |
| APP_TITLE | "9septembre" |
| APP_TITLE_DECO | "<i>9Sept</i>embre" |
| DATABASE_URL | "mysql://docker:jmb197373@172.18.0.1:3306/9septembre?serverVersion=mariadb-10.11.11&charset=utf8mb4" |
| DEFAULT_URI | "https://dev.photopro" |
| LOCK_DSN | "mysql://docker:jmb197373@172.18.0.1/9septembre" |
| MAILER_DSN | "mailjet+api://1cb3531d6bbaec49bfb602e18736e5fc:4eae51e6b5a577e0a879a5b74479acd9@api.mailjet.com" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/var/www/html" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/html" ] |
| CONTENT_LENGTH | "394" |
| CONTENT_TYPE | "application/x-www-form-urlencoded" |
| DOCUMENT_ROOT | "/var/www/html/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GPG_KEYS | "1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5" |
| HOME | "/var/www" |
| HOSTNAME | "f55202c40e86" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "fr,fr-FR;q=0.9,en;q=0.8,en-US;q=0.7" |
| HTTP_CONNECTION | "Keep-Alive" |
| HTTP_CONTENT_LENGTH | "394" |
| HTTP_CONTENT_TYPE | "application/x-www-form-urlencoded" |
| HTTP_COOKIE | "main_deauth_profile_token=e065b6; PHPSESSID=e3b746f23ab625d872d83dccdcefaac1" |
| HTTP_DNT | "1" |
| HTTP_HOST | "9septembre.fr" |
| HTTP_ORIGIN | "https://9septembre.fr" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_REFERER | "https://9septembre.fr/demande-devis-photo-portrait-lyon" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_SEC_FETCH_USER | "?1" |
| HTTP_SEC_GPC | "1" |
| HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:154.0) Gecko/20100101 Firefox/154.0" |
| HTTP_X_FORWARDED_FOR | "82.65.219.17" |
| HTTP_X_FORWARDED_HOST | "9septembre.fr" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_FORWARDED_SERVER | "9septembre.fr" |
| LC_CTYPE | "C.UTF-8" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PATH_INFO | "" |
| 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.5.8.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 | "58910198d19e873048fe87cdfe16bc790025417ede3d1651bfa1c4b533d573f2" |
| PHP_URL | "https://www.php.net/distributions/php-8.5.8.tar.xz" |
| PHP_VERSION | "8.5.8" |
| PWD | "/var/www/html" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "172.30.0.1" |
| REMOTE_PORT | "45628" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1788104522 |
| REQUEST_TIME_FLOAT | 1788104522.7206 |
| REQUEST_URI | "/demande-devis-photo-portrait-lyon" |
| SCRIPT_FILENAME | "/var/www/html/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.30.0.2" |
| SERVER_NAME | "9septembre.fr" |
| SERVER_PORT | 443 |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.26.3" |
| SUPERVISOR_ENABLED | "1" |
| SUPERVISOR_GROUP_NAME | "php-fpm" |
| SUPERVISOR_PROCESS_NAME | "php-fpm" |
| SYMFONY_DOTENV_PATH | "/var/www/html/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,APP_SITE,APP_BASE_URL,APP_TITLE,APP_TITLE_DECO,APP_FROM_EMAIL,APP_FROM_NAME,LOCK_DSN" |
| USER | "www-data" |