CartController :: pos_cart_checkout
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| deliveryType | "collecte-and-delivery" |
| isChooseDatePreview | true |
| orderItems | [] |
| shippingMethod | 1 |
| startDeliveryAt | "2026-04-01 " |
| startProcessingAt | "2026-04-01 " |
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\IlaveU\Apps\POSBundle\Controller\CartController::pos_cart_checkout" |
| _firewall_context | "security.firewall.map.context.main" |
| _locale | "fr" |
| _route | "pos_cart_checkout" |
| _route_params | [ "_locale" => "fr" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "0cbcfe" |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json, text/plain, */*" |
| accept-encoding | "gzip, deflate, br" |
| accept-language | "fr-FR,fr;q=0.9" |
| connection | "keep-alive" |
| content-length | "168" |
| content-type | "application/json" |
| cookie | "PHPSESSID=0897fa61f308a6d9cedadcce25e1ad36; device_view=full" |
| host | "ilaveu.gebanalysis.cloud" |
| user-agent | "ILaveU/33 CFNetwork/3860.300.31 Darwin/25.2.0" |
| x-php-ob-level | "0" |
Request Content
Pretty
{
"shippingMethod": 1,
"startProcessingAt": "2026-04-01 ",
"startDeliveryAt": "2026-04-01 ",
"orderItems": [],
"deliveryType": "collecte-and-delivery",
"isChooseDatePreview": true
}
Raw
{"shippingMethod":1,"startProcessingAt":"2026-04-01 ","startDeliveryAt":"2026-04-01 ","orderItems":[],"deliveryType":"collecte-and-delivery","isChooseDatePreview":true}
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Wed, 01 Apr 2026 09:54:45 GMT" |
| x-debug-token | "e7cb5a" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "0897fa61f308a6d9cedadcce25e1ad36" |
| device_view | "full" |
Response Cookies
No response cookies
Session 5
Session Metadata
| Key | Value |
|---|---|
| Created | "Wed, 01 Apr 26 10:45:10 +0100" |
| Last used | "Wed, 01 Apr 26 10:54:33 +0100" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _countryCode | "US" |
| _currency | "MAD" |
| _security_main | "O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:15:"App\Entity\User":14:{s:19:"\x00App\Entity\User\x00id";i:4755;s:25:"\x00App\Entity\User\x00username";s:22:"salmajaz0212@gmail.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:13:"ROLE_CUSTOMER";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$Nhl4W3JIyLLoJMRRRdYhwuFWytyZXGbu/i0XVIGWq3DGR0aQHopOK";s:24:"\x00App\Entity\User\x00isValid";b:1;s:27:"\x00App\Entity\User\x00isVerified";b:0;s:28:"\x00App\Entity\User\x00storedRoles";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:1;}s:34:"\x00App\Entity\User\x00exponentPushToken";s:41:"ExponentPushToken[_DZjx6DyyrXmDQX-88JmGy]";s:25:"\x00App\Entity\User\x00googleId";N;s:23:"\x00App\Entity\User\x00avatar";N;s:27:"\x00App\Entity\User\x00facebookId";N;s:27:"\x00App\Entity\User\x00aiRequests";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:34:"\x00App\Entity\User\x00isAutoConnectUsed";N;s:22:"\x00App\Entity\User\x00store";N;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:13:"ROLE_CUSTOMER";i:1;s:9:"ROLE_USER";}}}" |
Session Usage
5
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 41
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
"line" => 64
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 107
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 34
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 39
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 38
"function" => "supports"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 25
"function" => "supports"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 60
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 70
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/Kernel.php"
"line" => 184
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/public/index.php"
"line" => 9
"args" => [
"/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\IlaveU\FrontBundle\EventSubscriber\KernelListener:169
[
[
"file" => "/home/gebcloud/public_html/ilaveu/src/IlaveU/FrontBundle/EventSubscriber/KernelListener.php"
"line" => 169
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\IlaveU\FrontBundle\EventSubscriber\KernelListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/Kernel.php"
"line" => 184
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/public/index.php"
"line" => 9
"args" => [
"/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\IlaveU\FrontBundle\EventSubscriber\KernelListener:188
[
[
"file" => "/home/gebcloud/public_html/ilaveu/src/IlaveU/FrontBundle/EventSubscriber/KernelListener.php"
"line" => 188
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\IlaveU\FrontBundle\EventSubscriber\KernelListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/Kernel.php"
"line" => 184
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/public/index.php"
"line" => 9
"args" => [
"/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\IlaveU\FrontBundle\EventSubscriber\KernelListener:197
[
[
"file" => "/home/gebcloud/public_html/ilaveu/src/IlaveU/FrontBundle/EventSubscriber/KernelListener.php"
"line" => 197
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\IlaveU\FrontBundle\EventSubscriber\KernelListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/Kernel.php"
"line" => 184
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/public/index.php"
"line" => 9
"args" => [
"/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Firewall\ContextListener:174
[
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/security-http/Firewall/ContextListener.php"
"line" => 174
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 127
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 196
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 184
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/http-kernel/Kernel.php"
"line" => 184
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/gebcloud/public_html/ilaveu/public/index.php"
"line" => 9
"args" => [
"/home/gebcloud/public_html/ilaveu/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_SECRET | "8bfa6738381928d001a7ba06acf48d60" |
| APP_TOOLBAR | "0" |
| CORS_ALLOW_ORIGIN | "*" |
| DATABASE_URL | "mysql://gebcloud_dev:gebcloud_dev@127.0.0.1:3306/gebcloud_ilaveu?serverVersion=13" |
| GOOGLE_CLIENT_ID | "643706292298-e9daum1mnf675r1bar9nu81r4d89i8jk.apps.googleusercontent.com" |
| GOOGLE_CLIENT_SECRET | "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" |
| JWT_PASSPHRASE | "098b8fe78f64fdc6c2b84509c7fde6cf" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| LOCALE | "fr" |
| LOCK_DSN | "flock" |
| LOCO_DSN | "loco://RriQLWg_B0maUnOAJNP7l23B1MjG_4HSd@default" |
| MAILER_DSN | "smtp://developper@gebanalysis.cloud:W6hF0A6GQK@maresa.heberdomaine.net:465" |
| MERCURE_JWT_SECRET | "!ChangeThisMercureHubJWTSecretKey!" |
| MERCURE_PUBLIC_URL | "http://mercure.gebanalysis.cloud:3000/.well-known/mercure" |
| MERCURE_URL | "http://localhost:3000/.well-known/mercure" |
| OAUTH_FACEBOOK_ID | "3426712184246499" |
| OAUTH_FACEBOOK_SECRET | "b3f9713f328c073fcab73d08b33ac851" |
| SECURE_SCHEME | "https" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "168" |
| CONTENT_TYPE | "application/json" |
| CONTEXT_DOCUMENT_ROOT | "/usr/local/cpanel/cgi-sys/" |
| CONTEXT_PREFIX | "/cgi-sys" |
| DOCUMENT_ROOT | "/home/gebcloud/public_html/ilaveu" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json, text/plain, */*" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br" |
| HTTP_ACCEPT_LANGUAGE | "fr-FR,fr;q=0.9" |
| HTTP_CONNECTION | "keep-alive" |
| HTTP_COOKIE | "PHPSESSID=0897fa61f308a6d9cedadcce25e1ad36; device_view=full" |
| HTTP_HOST | "ilaveu.gebanalysis.cloud" |
| HTTP_USER_AGENT | "ILaveU/33 CFNetwork/3860.300.31 Darwin/25.2.0" |
| ORIG_PATH_INFO | "/public/index.php" |
| ORIG_PATH_TRANSLATED | "/home/gebcloud/public_html/ilaveu/public/index.php" |
| ORIG_SCRIPT_FILENAME | "/usr/local/cpanel/cgi-sys/ea-php81" |
| ORIG_SCRIPT_NAME | "/cgi-sys/ea-php81" |
| PATH | "/usr/local/bin:/usr/bin:/bin" |
| PHP_SELF | "/public/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HANDLER | "application/x-httpd-ea-php81" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/public/index.php" |
| REMOTE_ADDR | "196.117.73.178" |
| REMOTE_PORT | "58607" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1775037285 |
| REQUEST_TIME_FLOAT | 1775037285.0253 |
| REQUEST_URI | "/fr/pos/cart/checkout" |
| SCRIPT_FILENAME | "/home/gebcloud/public_html/ilaveu/public/index.php" |
| SCRIPT_NAME | "/public/index.php" |
| SERVER_ADDR | "88.99.140.51" |
| SERVER_ADMIN | "webmaster@ilaveu.gebanalysis.cloud" |
| SERVER_NAME | "ilaveu.gebanalysis.cloud" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "ilaveu.gebanalysis.cloud" |
| SYMFONY_DOTENV_VARS | "APP_ENV,LOCALE,APP_SECRET,SECURE_SCHEME,APP_TOOLBAR,MAILER_DSN,DATABASE_URL,CORS_ALLOW_ORIGIN,LOCO_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,LOCK_DSN" |
| TZ | "Europe/Berlin" |
| UNIQUE_ID | "aczrZQCXvXh-FzojnzSW3wAAAAQ" |
| argc | 0 |
| argv | [] |