Redirect 301 redirect from GET @sylius_shop_checkout_start (ecca6b)

GET https://eurodislog.val-sylius-demo.synocloud.com/en_US/checkout/

RedirectController :: redirectAction

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction"
_firewall_context
"security.firewall.map.context.shop"
_locale
"en_US"
_redirected
true
_route
"sylius_shop_checkout_start"
_route_params
[
  "route" => "sylius_shop_checkout_address"
  "_locale" => "en_US"
]
_security_authenticators
[]
_security_firewall_run
"_security_shop"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#5859
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#5031 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#5865
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#5860 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#5867
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#5868 …}
  }
]
_stopwatch_token
"383eb4"
route
"sylius_shop_checkout_address"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"shop_deauth_profile_token=ecca6b; INGRESSCOOKIE=1764993540.423.3316.389303|320f33803b713fe1398272ceeebf1082; sf_redirect=%7B%22token%22%3A%22ecca6b%22%2C%22route%22%3A%22sylius_shop_checkout_start%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Symfony%5C%5CBundle%5C%5CFrameworkBundle%5C%5CController%5C%5CRedirectController%22%2C%22method%22%3A%22urlRedirectAction%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fvendor%5C%2Fsymfony%5C%2Fframework-bundle%5C%2FController%5C%2FRedirectController.php%22%2C%22line%22%3A106%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
host
"eurodislog.val-sylius-demo.synocloud.com"
referer
"https://eurodislog.val-sylius-demo.synocloud.com/en_US/checkout"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.91"
x-forwarded-host
"eurodislog.val-sylius-demo.synocloud.com"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.91"
x-request-id
"3a788d40e66bb5292459c609fd221854"
x-scheme
"https"

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
"Sat, 06 Dec 2025 03:59:02 GMT"
location
"https://eurodislog.val-sylius-demo.synocloud.com/en_US/checkout/address"
x-debug-token
"422483"
x-frame-options
"sameorigin"

Cookies

Request Cookies

Key Value
INGRESSCOOKIE
"1764993540.423.3316.389303|320f33803b713fe1398272ceeebf1082"
sf_redirect
"{"token":"ecca6b","route":"sylius_shop_checkout_start","method":"GET","controller":{"class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController","method":"urlRedirectAction","file":"\/app\/vendor\/symfony\/framework-bundle\/Controller\/RedirectController.php","line":106},"status_code":301,"status_text":"Moved Permanently"}"
shop_deauth_profile_token
"ecca6b"

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 120
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 5
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_SECRET
"EDITME"
CUSTOMER_GROUP_PRICING_PRIORITY
"10"
ELASTICSEARCH_URL
"http://elastic:5KtLR2Em0Uz67Wu880Op2s3f@elasticsearch-es-http:9200/"
JWT_PASSPHRASE
"e7c5fca1060bdf6ad23c33e4c236081f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LEAD_FORM_MODAL_DELAY_MS
"9000000"
LOCK_DSN
"flock"
MAILER_DSN
"failover(smtp://aspmx.l.google.com:25 null://null)"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MOLLIE_API_KEY
""
OAUTH_GOOGLE_CLIENT_ID
"707083252525-03imef2r8165eibdjth0c0mmk8vugeud.apps.googleusercontent.com"
OAUTH_GOOGLE_CLIENT_SECRET
"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"
OAUTH_MICROSOFT_CLIENT_ID
"a879fc52-5788-45df-bec9-273171651319"
OAUTH_MICROSOFT_CLIENT_SECRET
"YcF8Q~mJMSE~XjTeRuhG869EpnVV-MY41BvFkbYj"
ORGANIZATION_PRICING_PRIORITY
"20"
RABBITMQ_URL
"amqp://guest:guest@localhost:5672"
SYLIUS_MCP_SERVER_API_SHOP_BASE_URI
"https://elesto.sylius.com/api/v2/shop/"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN
"doctrine://default?queue_name=catalog_promotion_removal"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN
"doctrine://default?queue_name=catalog_promotion_removal_failed"
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN
"doctrine://default"
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN
"doctrine://default?queue_name=main_failed"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN
"sync://"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN
"sync://"
SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH
"%kernel.project_dir%/config/encryption/dev.key"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_ENV
"dev"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"mysql://synolia-syliusdemo-val:mj4-hBYz5ScZ723@172.16.8.22:3306/eurodislog"
DEMO1_PORT
"tcp://10.40.89.100:80"
DEMO1_PORT_80_TCP
"tcp://10.40.89.100:80"
DEMO1_PORT_80_TCP_ADDR
"10.40.89.100"
DEMO1_PORT_80_TCP_PORT
"80"
DEMO1_PORT_80_TCP_PROTO
"tcp"
DEMO1_PORT_9113_TCP
"tcp://10.40.89.100:9113"
DEMO1_PORT_9113_TCP_ADDR
"10.40.89.100"
DEMO1_PORT_9113_TCP_PORT
"9113"
DEMO1_PORT_9113_TCP_PROTO
"tcp"
DEMO1_PORT_9253_TCP
"tcp://10.40.89.100:9253"
DEMO1_PORT_9253_TCP_ADDR
"10.40.89.100"
DEMO1_PORT_9253_TCP_PORT
"9253"
DEMO1_PORT_9253_TCP_PROTO
"tcp"
DEMO1_SERVICE_HOST
"10.40.89.100"
DEMO1_SERVICE_PORT
"80"
DEMO1_SERVICE_PORT_DEMO1
"80"
DEMO1_SERVICE_PORT_NGINX_EXPORTER
"9113"
DEMO1_SERVICE_PORT_PHPFPM_EXPORTER
"9253"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
ELASTICSEARCH_ES_HTTP_PORT
"tcp://10.40.241.246:9200"
ELASTICSEARCH_ES_HTTP_PORT_9200_TCP
"tcp://10.40.241.246:9200"
ELASTICSEARCH_ES_HTTP_PORT_9200_TCP_ADDR
"10.40.241.246"
ELASTICSEARCH_ES_HTTP_PORT_9200_TCP_PORT
"9200"
ELASTICSEARCH_ES_HTTP_PORT_9200_TCP_PROTO
"tcp"
ELASTICSEARCH_ES_HTTP_SERVICE_HOST
"10.40.241.246"
ELASTICSEARCH_ES_HTTP_SERVICE_PORT
"9200"
ELASTICSEARCH_ES_HTTP_SERVICE_PORT_HTTP
"9200"
ELASTICSEARCH_ES_INTERNAL_HTTP_PORT
"tcp://10.38.66.17:9200"
ELASTICSEARCH_ES_INTERNAL_HTTP_PORT_9200_TCP
"tcp://10.38.66.17:9200"
ELASTICSEARCH_ES_INTERNAL_HTTP_PORT_9200_TCP_ADDR
"10.38.66.17"
ELASTICSEARCH_ES_INTERNAL_HTTP_PORT_9200_TCP_PORT
"9200"
ELASTICSEARCH_ES_INTERNAL_HTTP_PORT_9200_TCP_PROTO
"tcp"
ELASTICSEARCH_ES_INTERNAL_HTTP_SERVICE_HOST
"10.38.66.17"
ELASTICSEARCH_ES_INTERNAL_HTTP_SERVICE_PORT
"9200"
ELASTICSEARCH_ES_INTERNAL_HTTP_SERVICE_PORT_HTTP
"9200"
ELASTICSEARCH_MASTER_PORT
"tcp://10.39.17.248:9200"
ELASTICSEARCH_MASTER_PORT_9200_TCP
"tcp://10.39.17.248:9200"
ELASTICSEARCH_MASTER_PORT_9200_TCP_ADDR
"10.39.17.248"
ELASTICSEARCH_MASTER_PORT_9200_TCP_PORT
"9200"
ELASTICSEARCH_MASTER_PORT_9200_TCP_PROTO
"tcp"
ELASTICSEARCH_MASTER_PORT_9300_TCP
"tcp://10.39.17.248:9300"
ELASTICSEARCH_MASTER_PORT_9300_TCP_ADDR
"10.39.17.248"
ELASTICSEARCH_MASTER_PORT_9300_TCP_PORT
"9300"
ELASTICSEARCH_MASTER_PORT_9300_TCP_PROTO
"tcp"
ELASTICSEARCH_MASTER_SERVICE_HOST
"10.39.17.248"
ELASTICSEARCH_MASTER_SERVICE_PORT
"9200"
ELASTICSEARCH_MASTER_SERVICE_PORT_HTTP
"9200"
ELASTICSEARCH_MASTER_SERVICE_PORT_TRANSPORT
"9300"
ELESTO_PORT
"tcp://10.43.234.252:80"
ELESTO_PORT_80_TCP
"tcp://10.43.234.252:80"
ELESTO_PORT_80_TCP_ADDR
"10.43.234.252"
ELESTO_PORT_80_TCP_PORT
"80"
ELESTO_PORT_80_TCP_PROTO
"tcp"
ELESTO_PORT_9113_TCP
"tcp://10.43.234.252:9113"
ELESTO_PORT_9113_TCP_ADDR
"10.43.234.252"
ELESTO_PORT_9113_TCP_PORT
"9113"
ELESTO_PORT_9113_TCP_PROTO
"tcp"
ELESTO_PORT_9253_TCP
"tcp://10.43.234.252:9253"
ELESTO_PORT_9253_TCP_ADDR
"10.43.234.252"
ELESTO_PORT_9253_TCP_PORT
"9253"
ELESTO_PORT_9253_TCP_PROTO
"tcp"
ELESTO_SERVICE_HOST
"10.43.234.252"
ELESTO_SERVICE_PORT
"80"
ELESTO_SERVICE_PORT_ELESTO
"80"
ELESTO_SERVICE_PORT_NGINX_EXPORTER
"9113"
ELESTO_SERVICE_PORT_PHPFPM_EXPORTER
"9253"
EURODISLOG_PORT
"tcp://10.47.209.107:80"
EURODISLOG_PORT_80_TCP
"tcp://10.47.209.107:80"
EURODISLOG_PORT_80_TCP_ADDR
"10.47.209.107"
EURODISLOG_PORT_80_TCP_PORT
"80"
EURODISLOG_PORT_80_TCP_PROTO
"tcp"
EURODISLOG_PORT_9113_TCP
"tcp://10.47.209.107:9113"
EURODISLOG_PORT_9113_TCP_ADDR
"10.47.209.107"
EURODISLOG_PORT_9113_TCP_PORT
"9113"
EURODISLOG_PORT_9113_TCP_PROTO
"tcp"
EURODISLOG_PORT_9253_TCP
"tcp://10.47.209.107:9253"
EURODISLOG_PORT_9253_TCP_ADDR
"10.47.209.107"
EURODISLOG_PORT_9253_TCP_PORT
"9253"
EURODISLOG_PORT_9253_TCP_PROTO
"tcp"
EURODISLOG_SERVICE_HOST
"10.47.209.107"
EURODISLOG_SERVICE_PORT
"80"
EURODISLOG_SERVICE_PORT_EURODISLOG
"80"
EURODISLOG_SERVICE_PORT_NGINX_EXPORTER
"9113"
EURODISLOG_SERVICE_PORT_PHPFPM_EXPORTER
"9253"
FASHION_HOSTNAME
"eurodislog-fashion.val-sylius-demo.synocloud.com"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOME
"/var/www"
HOME_HOSTNAME
"eurodislog.val-sylius-demo.synocloud.com"
HOSTNAME
"eurodislog-5b5cb45d88-fkhgw"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"shop_deauth_profile_token=ecca6b; INGRESSCOOKIE=1764993540.423.3316.389303|320f33803b713fe1398272ceeebf1082; sf_redirect=%7B%22token%22%3A%22ecca6b%22%2C%22route%22%3A%22sylius_shop_checkout_start%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Symfony%5C%5CBundle%5C%5CFrameworkBundle%5C%5CController%5C%5CRedirectController%22%2C%22method%22%3A%22urlRedirectAction%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fvendor%5C%2Fsymfony%5C%2Fframework-bundle%5C%2FController%5C%2FRedirectController.php%22%2C%22line%22%3A106%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
HTTP_HOST
"eurodislog.val-sylius-demo.synocloud.com"
HTTP_REFERER
"https://eurodislog.val-sylius-demo.synocloud.com/en_US/checkout"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.91"
HTTP_X_FORWARDED_HOST
"eurodislog.val-sylius-demo.synocloud.com"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"216.73.216.91"
HTTP_X_REQUEST_ID
"3a788d40e66bb5292459c609fd221854"
HTTP_X_SCHEME
"https"
KUBERNETES_PORT
"tcp://10.32.0.1:443"
KUBERNETES_PORT_443_TCP
"tcp://10.32.0.1:443"
KUBERNETES_PORT_443_TCP_ADDR
"10.32.0.1"
KUBERNETES_PORT_443_TCP_PORT
"443"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_HOST
"10.32.0.1"
KUBERNETES_SERVICE_PORT
"443"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.24.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251"
PHP_URL
"https://www.php.net/distributions/php-8.3.24.tar.xz"
PHP_VERSION
"8.3.24"
PWD
"/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.91"
REMOTE_PORT
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1764993541
REQUEST_TIME_FLOAT
1764993541.1913
REQUEST_URI
"/en_US/checkout/"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"100.65.59.22"
SERVER_NAME
"_"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.28.0"
SYLIUS_DEMO_PERCONA_PORT
"tcp://10.44.132.136:3306"
SYLIUS_DEMO_PERCONA_PORT_3306_TCP
"tcp://10.44.132.136:3306"
SYLIUS_DEMO_PERCONA_PORT_3306_TCP_ADDR
"10.44.132.136"
SYLIUS_DEMO_PERCONA_PORT_3306_TCP_PORT
"3306"
SYLIUS_DEMO_PERCONA_PORT_3306_TCP_PROTO
"tcp"
SYLIUS_DEMO_PERCONA_SERVICE_HOST
"10.44.132.136"
SYLIUS_DEMO_PERCONA_SERVICE_PORT
"3306"
SYLIUS_DEMO_PERCONA_SERVICE_PORT_SYLIUS_DEMO_PERCONA
"3306"
SYLIUS_DEMO_PORT
"tcp://10.33.137.25:80"
SYLIUS_DEMO_PORT_80_TCP
"tcp://10.33.137.25:80"
SYLIUS_DEMO_PORT_80_TCP_ADDR
"10.33.137.25"
SYLIUS_DEMO_PORT_80_TCP_PORT
"80"
SYLIUS_DEMO_PORT_80_TCP_PROTO
"tcp"
SYLIUS_DEMO_SERVICE_HOST
"10.33.137.25"
SYLIUS_DEMO_SERVICE_PORT
"80"
SYLIUS_DEMO_SERVICE_PORT_SYLIUS_DEMO
"80"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"APP_DEBUG,APP_SECRET,MESSENGER_TRANSPORT_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH,ELASTICSEARCH_URL,CUSTOMER_GROUP_PRICING_PRIORITY,ORGANIZATION_PRICING_PRIORITY,SYLIUS_MCP_SERVER_API_SHOP_BASE_URI,RABBITMQ_URL,LEAD_FORM_MODAL_DELAY_MS,LOCK_DSN,MOLLIE_API_KEY,OAUTH_GOOGLE_CLIENT_ID,OAUTH_GOOGLE_CLIENT_SECRET,OAUTH_MICROSOFT_CLIENT_ID,OAUTH_MICROSOFT_CLIENT_SECRET"
USER
"www-data"