POST https://parlons.oxca.fr/security/login

Request / Response

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"
_route
"security_login"
_route_params
[]
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#606
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: "lax"
  -partitioned: false
  -secureDefault: false
}
_stopwatch_token
"0e5169"

Request Headers

Header Value
accept
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
accept-encoding
"identity"
content-length
"330"
content-type
"application/json"
host
"parlons.oxca.fr"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Pretty

{
    "requests": [
        {
            "method": "POST",
            "path": "http:\/\/:"
        },
        {
            "method": "POST",
            "path": "\/wp\/v2\/posts",
            "body": {
                "requests": [
                    {
                        "method": "GET",
                        "path": "http:\/\/:"
                    },
                    {
                        "method": "GET",
                        "path": "\/wp\/v2\/categories?author_exclude=SELECT+IF%28%281%3D1%29%2CSLEEP%280.5%29%2C0%29"
                    },
                    {
                        "method": "GET",
                        "path": "\/wp\/v2\/posts"
                    }
                ]
            }
        },
        {
            "method": "POST",
            "path": "\/batch\/v1"
        }
    ]
}

Raw

{"requests":[{"method":"POST","path":"http://:"},{"method":"POST","path":"/wp/v2/posts","body":{"requests":[{"method":"GET","path":"http://:"},{"method":"GET","path":"/wp/v2/categories?author_exclude=SELECT+IF%28%281%3D1%29%2CSLEEP%280.5%29%2C0%29"},{"method":"GET","path":"/wp/v2/posts"}]}},{"method":"POST","path":"/batch/v1"}]}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Tue, 22 Sep 2026 01:40:23 GMT"
location
"/security/login"
set-cookie
"REMEMBERME=deleted; expires=Mon, 22 Sep 2025 01:40:22 GMT; Max-Age=0; path=/; secure; httponly; samesite=lax"
x-debug-token
"952f0a"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#606
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: "lax"
  -partitioned: false
  -secureDefault: false
}

Session 7

Session Metadata

Key Value
Created
"Tue, 22 Sep 26 03:40:23 +0200"
Last used
"Tue, 22 Sep 26 03:40:23 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException {#694
  #message: "Identifiants invalides"
  #code: 0
  #file: "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/src/Security/LoginFormAuthenticator.php"
  #line: 75
  -token: null
  -messageKey: "Identifiants invalides"
  -messageData: []
  trace: {
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/src/Security/LoginFormAuthenticator.php:75 {
      App\Security\LoginFormAuthenticator->authenticate(Request $request): Passport …
      › if (!$user || !$this->passwordHasher->isPasswordValid($user, $password)) {    throw new CustomUserMessageAuthenticationException('Identifiants invalides');}
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:70 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:176 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#636 …}
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …2]
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $listeners: Generator {#559 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#182 …}
        }
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#182 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
      }
    }
  }
}

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:51
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php"
    "line" => 51
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 92
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 259
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 212
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 160
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 160
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 160
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 160
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 160
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APPLE_CLIENT_ID
"com.votredomaine.parlonsweb.signin"
APPLE_KEY_ID
"VOTRE_KEY_ID"
APPLE_PRIVATE_KEY_PATH
"/path/to/AuthKey_XXXXXXXX.p8"
APPLE_TEAM_ID
"VOTRE_TEAM_ID"
APP_ENV
"dev"
APP_SECRET
"a5de9fe603dc8b58d510b88fff4d675p"
APP_URL
"https://parlons.oxca.fr"
DATABASE_URL
"mysql://ao3ow_appoxca:Jmbtdffe2020$@ao3ow.myd.infomaniak.com/ao3ow_parlons_oxca_fr?serverVersion=5.7.40"
GOOGLE_CLIENT_ID
"207179545727-m972jqbjuat7eaasgfoilpci5ug5dams.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GOOGLE_RECAPTCHA_SECRET
"6Ld5ffQrAAAAADUvYZ-UWV4Zm3ge5WPsXNLZ6laQ"
GOOGLE_RECAPTCHA_SITE_KEY
"6Ld5ffQrAAAAAL19w7gUdUl17c_oqGIGPaHqVpCC"
MAILER_DSN
"smtp://message-automatique%40oxca.fr:S%3FY3rjkQtJH5%24GAz@mail.infomaniak.com:587?encryption=tls&auth_mode=login"
MAILER_LOG
"true"
MAILER_SYNC
"true"
MAILER_TRANSPORT
"smtp"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
NOM_CLIENT
"Aimer Saleilles"
TOPIC_ALL_CLIENT
"aimersaleilles_users_dev"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"330"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_HOST
"parlons.oxca.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.2"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"8.2"
REDIRECT_SCRIPT_URI
"https://parlons.oxca.fr/security/login"
REDIRECT_SCRIPT_URL
"/security/login"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"arHchysRDBMRNVaByadl9QAAAy8"
REDIRECT_URL
"/security/login"
REMOTE_ADDR
"193.47.62.167"
REMOTE_PORT
"34892"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1790041223
REQUEST_TIME_FLOAT
1790041223.4418
REQUEST_URI
"/security/login"
SCRIPT_FILENAME
"/home/clients/a52f934c8a907bd875bb99a49471476d/sites/oxca/parlons.oxca.fr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://parlons.oxca.fr/security/login"
SCRIPT_URL
"/security/login"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"oxca.fr@gmail.com"
SERVER_NAME
"parlons.oxca.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,NOM_CLIENT,TOPIC_ALL_CLIENT,APPLE_CLIENT_ID,APPLE_TEAM_ID,APPLE_KEY_ID,APPLE_PRIVATE_KEY_PATH,MAILER_TRANSPORT,MAILER_LOG,MAILER_SYNC,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,APP_URL"
TEMP
"/home/clients/a52f934c8a907bd875bb99a49471476d/tmp"
TMP
"/home/clients/a52f934c8a907bd875bb99a49471476d/tmp"
TMPDIR
"/home/clients/a52f934c8a907bd875bb99a49471476d/tmp"
UNIQUE_ID
"arHchysRDBMRNVaByadl9QAAAy8"