POST https://www.marentree-keepschool.com/getSelectedCustomProductsSubject

ProductShopController :: getSelectedCustomProductsSubject

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
requirementSubject
"1202"
selected
"simple"
selectedProduct
[
  [
    "dataId" => 69
    "dataQuantity" => 1
  ]
  [
    "dataId" => 73
    "dataQuantity" => 1
  ]
  [
    "dataId" => 75
    "dataQuantity" => 1
  ]
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Shop\ProductShopController::getSelectedCustomProductsSubject"
_firewall_context
"security.firewall.map.context.shop"
_links
Symfony\Component\WebLink\GenericLinkProvider {#10718
  -links: [
    10719 => Symfony\Component\WebLink\Link {#10719
      -href: "https://www.marentree-keepschool.com/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_route
"app_get_custom_selected_products_subject"
_route_params
[]
_security_firewall_run
"_security_shop"
_stopwatch_token
"ed7e13"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
connection
"close"
content-length
"162"
content-type
"application/json"
cookie
"PHPSESSID=k18hjpalo8hp9b823755dhrsr4"
host
"www.marentree-keepschool.com"
origin
"https://www.marentree-keepschool.com"
priority
"u=1, i"
referer
"https://www.marentree-keepschool.com/fr_FR/account/requirement/detail/100"
sec-ch-ua
""Microsoft Edge";v="137", "Chromium";v="137", "Not/A)Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0"
x-forwarded-proto
"HTTPS"
x-php-ob-level
"1"
x-requested-with
"XMLHttpRequest"

Request Content

Pretty

{
    "selectedProduct": [
        {
            "dataId": 69,
            "dataQuantity": 1
        },
        {
            "dataId": 73,
            "dataQuantity": 1
        },
        {
            "dataId": 75,
            "dataQuantity": 1
        }
    ],
    "selected": "simple",
    "requirementSubject": "1202"
}

Raw

{"selectedProduct":[{"dataId":69,"dataQuantity":1},{"dataId":73,"dataQuantity":1},{"dataId":75,"dataQuantity":1}],"selected":"simple","requirementSubject":"1202"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Tue, 10 Jun 2025 12:19:59 GMT"
link
"<https://www.marentree-keepschool.com/api/v2/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
x-debug-token
"4008ff"
x-frame-options
"sameorigin"

Cookies

Request Cookies

Key Value
PHPSESSID
"k18hjpalo8hp9b823755dhrsr4"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Tue, 10 Jun 25 14:10:07 +0200"
Last used
"Tue, 10 Jun 25 14:19:50 +0200"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-sylius_add_to_cart
"BepdH9isOjYPnRu0PS3mKWsTKP5hLZ_7KKeWZ7PZms4"
_security.last_username
"int.0940072t@ac-creteil.fr"
_security_shop
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"shop";i:2;a:5:{i:0;O:24:"App\Entity\User\ShopUser":8:{i:0;s:96:"$argon2i$v=19$m=65536,t=4,p=1$aDR5d3p3OXFCcjFUV1dmLg$FxnVaKesXrZsp8P5iGqSyicXN1HcJPzLBUOeeC3lBXQ";i:1;s:31:"ktsp7p8k0lwsww4os808k884ckcsg8w";i:2;s:26:"int.0940072t@ac-creteil.fr";i:3;s:26:"int.0940072t@ac-creteil.fr";i:4;b:0;i:5;b:1;i:6;i:35;i:7;s:7:"argon2i";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:9:"ROLE_USER";i:1;s:24:"ROLE_ADMIN_ESTABLISHMENT";}}}"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/public/index.php"
    "line" => 5
    "args" => [
      "/var/lib/data/www/sylius/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Sylius\Bundle\CoreBundle\Storage\CartSessionStorage:48
[
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php"
    "line" => 48
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php"
    "line" => 40
    "function" => "hasForChannel"
    "class" => "Sylius\Bundle\CoreBundle\Storage\CartSessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php"
    "line" => 38
    "function" => "getCart"
    "class" => "Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/SessionCartSubscriber.php"
    "line" => 57
    "function" => "getCart"
    "class" => "Sylius\Component\Order\Context\CompositeCartContext"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/lib/data/www/sylius/www/public/index.php"
    "line" => 5
    "args" => [
      "/var/lib/data/www/sylius/www/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_ENV
"dev"
APP_SECRET
"DEVELOPER"
APP_URL
"https://sylius.drulk.com"
DATABASE_URL
"mysql://sylius:H9oafXosLSMIUgp1ozFmooGg@mariadb/sylius?serverVersion=mariadb-10.6.21&charset=utf8mb4"
ELASTICSEARCH_HOST
"elasticsearch"
ELASTICSEARCH_PASSWORD
"xGq4UK7*S6+yZNticEDZ"
ELASTICSEARCH_PORT
"9200"
ELASTICSEARCH_USERNAME
"elastic"
FROM_EMAIL_ADDRESS
"contact@marentree-keepschool.com"
FROM_EMAIL_NAME
"KEEPSCHOOL"
JWT_PASSPHRASE
"e7c5fca1060bdf6ad23c33e4c236081f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://contact@marentree-keepschool.com:kocgir-6ajguF-jixvyd@smtp.office365.com:587?encryption=starttls"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
PRIMARY_CHANNEL
"2"
SHIPPINGBO_APP_ID
"537"
SHIPPINGBO_CLIENT_ID
"URx82xkU9erVR_Br3z_JjVbgeh1FEakh_nlg3ttwhxg"
SHIPPINGBO_CLIENT_SECRET
"42b6EGjUF_TEvW7C_BXMCQrWcfep9wBlprt3yOQsvJ0"
SHIPPINGBO_CODE
"p0I6Te7Ol-cm4As5QCCAJsObET-krW4x6znbQ0_WQJc"
SHIPPINGBO_REDIRECT_URI
"urn:ietf:wg:oauth:2.0:oob"
SHIPPINGBO_SOURCE
"D2i"
SHIPPINGBO_WEBHOOK_SECRET
"nswvPEccXdSMyjEUMydMT5JFvW52rrmrXZfseop"
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"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"162"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/lib/data/www/sylius/www/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/lib/data/www/sylius/www/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/lib/data/www/sylius"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=k18hjpalo8hp9b823755dhrsr4"
HTTP_HOST
"www.marentree-keepschool.com"
HTTP_ORIGIN
"https://www.marentree-keepschool.com"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://www.marentree-keepschool.com/fr_FR/account/requirement/detail/100"
HTTP_SEC_CH_UA
""Microsoft Edge";v="137", "Chromium";v="137", "Not/A)Brand";v="24""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0"
HTTP_X_FORWARDED_PROTO
"HTTPS"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/getSelectedCustomProductsSubject"
REMOTE_ADDR
"193.253.208.225"
REMOTE_PORT
"41296"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1749557999
REQUEST_TIME_FLOAT
1749557999.0742
REQUEST_URI
"/getSelectedCustomProductsSubject"
SCRIPT_FILENAME
"/var/lib/data/www/sylius/www/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.101.100"
SERVER_ADMIN
"webmaster@mediactive.fr"
SERVER_NAME
"www.marentree-keepschool.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,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,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,ELASTICSEARCH_HOST,ELASTICSEARCH_PORT,ELASTICSEARCH_USERNAME,ELASTICSEARCH_PASSWORD,PRIMARY_CHANNEL,FROM_EMAIL_ADDRESS,FROM_EMAIL_NAME,SHIPPINGBO_CLIENT_ID,SHIPPINGBO_CLIENT_SECRET,SHIPPINGBO_REDIRECT_URI,SHIPPINGBO_CODE,SHIPPINGBO_APP_ID,SHIPPINGBO_WEBHOOK_SECRET,SHIPPINGBO_SOURCE,APP_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH"
TEMP
"/var/lib/data/www/sylius/tmp"
TMP
"/var/lib/data/www/sylius/tmp"
TMPDIR
"/var/lib/data/www/sylius/tmp"
USER
"sylius"
proxy-nokeepalive
"1"