POST https://villereau45.fr/evenement/new?p=evenement%2Fnew

EventController :: new

Request

GET Parameters

Key Value
p
"evenement/new"

POST Parameters

Key Value
event
[
  "name" => "Vœux du Maire"
  "date" => [
    "date" => [
      "month" => "1"
      "day" => "10"
      "year" => "2024"
    ]
    "time" => [
      "hour" => "19"
      "minute" => "0"
    ]
  ]
  "text" => """
    Le Maire et le Conseil Municipal ont le plaisir de vous inviter à la traditionnelle cérémonie des vœux de la commune, qui se tiendra le vendredi 10 janvier à 19h, à la salle des fêtes.\r\n
    \r\n
    Un moment convivial pour échanger et partager les projets de l’année à venir.\r\n
    \r\n
    Nous vous attendons nombreux pour débuter cette nouvelle année ensemble !
    """
  "place" => "Salle des fêtes de Villereau"
  "contact" => ""
  "_token" => "f360aa0cdc242eb2ebd43.9HP7FJXMC5L-q6scxqEI6I8Tu47RDUe_4wrg03-CXjo.kUfDY8eqU_SxwON2kPBGv_pL1cSbOQvM0U6KqSXKan6zAMJOwPk6oKjc6g"
]

Uploaded Files

Key Value
event
[
  "pictureFile" => [
    "file" => Symfony\Component\HttpFoundation\File\UploadedFile {#23
      -test: false
      -originalName: "logo_Voeux-du-maire.png"
      -mimeType: "image/png"
      -error: 0
      path: "/tmp"
      filename: "php5rNqrv"
      basename: "php5rNqrv"
      pathname: "/tmp/php5rNqrv"
      extension: ""
      realPath: "/tmp/php5rNqrv"
      writable: false
      readable: false
      executable: false
      file: false
      dir: false
      link: false
    }
  ]
]

Request Attributes

Key Value
_controller
"App\Controller\EventController::new"
_firewall_context
"security.firewall.map.context.main"
_route
"event_new"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"e9b5ba"

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.8,en-US;q=0.5,en;q=0.3"
connection
"keep-alive"
content-length
"218890"
content-type
"multipart/form-data; boundary=---------------------------601262238364932918769337230"
cookie
"PHPSESSID=f58k77ncprbsmmmqiqse0k8vfc"
host
"villereau45.fr"
origin
"https://villereau45.fr"
priority
"u=0, i"
referer
"https://villereau45.fr/evenement/new"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"
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, 18 Nov 2024 16:25:52 GMT"
location
"/evenement/"
x-debug-token
"771edf"

Cookies

Request Cookies

Key Value
PHPSESSID
"f58k77ncprbsmmmqiqse0k8vfc"

Response Cookies

No response cookies

Session 5

Session Metadata

Key Value
Created
"Mon, 18 Nov 24 16:18:18 +0000"
Last used
"Mon, 18 Nov 24 16:24:18 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-event
"e48wRfXfOkHjVQNWuXnJJ4Ls2DjzZH4DGs9ZU512VwA"
_csrf/https-form
"TLzePxJt3Z4jEsLWFux5skpsgsEN92L8n01iPET0YAQ"
_csrf/https-newsletter_email
"ErcCD-AfSH5Cy3N6fXBlPds0QCHxrKeKeNQ_NQ3P9Bw"
_csrf/https-restaurant
"RUNat5yV6w5THG7cCNu1wlAdlFeM9XLw5WFHUDmDcs4"
_security.last_username
"admin@monsite.com"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:15:"App\Entity\User":6:{s:19:"\x00App\Entity\User\x00id";i:10;s:22:"\x00App\Entity\User\x00email";s:17:"admin@monsite.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:10:"ROLE_ADMIN";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$jIe4COQGap1FMAQ/RMWCV.U1iIwYa75FPWsChFkSMJp5O4X1H3IyK";s:27:"\x00App\Entity\User\x00isVerified";b:0;s:21:"\x00App\Entity\User\x00name";s:1:"-";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:10:"ROLE_ADMIN";i:1;s:9:"ROLE_USER";}}}"

Session Usage

5 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:79
[
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 79
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 98
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 68
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/src/Controller/EventController.php"
    "line" => 47
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "new"
    "class" => "App\Controller\EventController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Villereau/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 68
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/src/Controller/EventController.php"
    "line" => 47
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "new"
    "class" => "App\Controller\EventController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Villereau/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 68
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/src/Controller/EventController.php"
    "line" => 47
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "new"
    "class" => "App\Controller\EventController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Villereau/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:191
[
  [
    "file" => "/var/www/Villereau/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 191
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/src/Controller/EventController.php"
    "line" => 56
    "function" => "addFlash"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "new"
    "class" => "App\Controller\EventController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Villereau/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:174
[
  [
    "file" => "/var/www/Villereau/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 174
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Villereau/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Villereau/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

Key Value
success
[
  "Votre évènement a bien été créé. Les administrateurs ont été informé par email."
]

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_EMAIL
"doc-albert@laposte.net"
APP_ENV
"dev"
APP_SECRET
"7d37d33255a3d2cd253e2178338a4309"
DATABASE_URL
"mysql://villereauMaster:topVil3f~@127.0.0.1:3306/villereau?serverVersion=5.7"
MAILER_DSN
"smtp://doc-albert@laposte.net:N01rbl@n@smtp.laposte.net"
MAILER_FROM_ADDRESS
"doc-albert@laposte.net"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"218890"
CONTENT_TYPE
"multipart/form-data; boundary=---------------------------601262238364932918769337230"
CONTEXT_DOCUMENT_ROOT
"/var/www/Villereau/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/Villereau/public"
GATEWAY_INTERFACE
"CGI/1.1"
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.8,en-US;q=0.5,en;q=0.3"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=f58k77ncprbsmmmqiqse0k8vfc"
HTTP_HOST
"villereau45.fr"
HTTP_ORIGIN
"https://villereau45.fr"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://villereau45.fr/evenement/new"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=evenement/new"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"p=evenement/new"
REDIRECT_SCRIPT_URI
"https://villereau45.fr/evenement/new"
REDIRECT_SCRIPT_URL
"/evenement/new"
REDIRECT_SSL_TLS_SNI
"villereau45.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/evenement/new"
REMOTE_ADDR
"185.133.80.69"
REMOTE_PORT
"36499"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1731947152
REQUEST_TIME_FLOAT
1731947152.0418
REQUEST_URI
"/evenement/new"
SCRIPT_FILENAME
"/var/www/Villereau/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://villereau45.fr/evenement/new"
SCRIPT_URL
"/evenement/new"
SERVER_ADDR
"51.178.80.209"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"villereau45.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at villereau45.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"villereau45.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,MAILER_FROM_ADDRESS,ADMIN_EMAIL"