POST https://www.officepro-seating.com/sav/draft

CustomerServiceFormController :: saveDraft

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\CustomerServiceFormController::saveDraft"
_firewall_context
"security.firewall.map.context.main"
_route
"app_sav_draft_save"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  App\Security\Authenticator {#727
    -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#40 …}
    -userRepository: App\Repository\UserRepository {#726 …}
  }
]
_stopwatch_token
"ae46d2"

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
"keep-alive"
content-length
"507"
content-type
"application/json"
cookie
"PHPSESSID=452l39473o745kg5cltpks9lns"
host
"www.officepro-seating.com"
newrelic
"eyJ2IjpbMCwxXSwiZCI6eyJ0eSI6IkJyb3dzZXIiLCJhYyI6IjQzOTgwNzYiLCJhcCI6IjUzODU3OTc1MiIsImlkIjoiY2M0NDI4MGE5YmRmYzgyNyIsInRyIjoiYjVlNDhlNWVlZDE2MDM5YjIzOWYyMGIzNzQ2OTY3MDAiLCJ0aSI6MTc2NDk0NTkxMDI0N319"
origin
"https://www.officepro-seating.com"
referer
"https://www.officepro-seating.com/sav"
sec-ch-ua
""Chromium";v="142", "Microsoft Edge";v="142", "Not_A Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
traceparent
"00-b5e48e5eed16039b239f20b374696700-cc44280a9bdfc827-01"
tracestate
"4398076@nr=0-1-4398076-538579752-cc44280a9bdfc827----1764945910247"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0"
x-php-ob-level
"1"
x-requested-with
"XMLHttpRequest"

Request Content

Pretty

{
    "data": {
        "conditions": true,
        "numero_client": "41101696",
        "contact_company": "SAS NEW TOP V2",
        "contact_first_name": "Sylvie",
        "contact_last_name": "CLOAREC",
        "contact_email": "sylvie.cloarec@top-office.com",
        "contact_phone": "0359828494",
        "reference": "OFF01NR",
        "date_of_purchase": "2025-06-10",
        "problem_type": "at_opening",
        "problem_type_at_opening": "Autre",
        "problem_type_at_opening_other": "",
        "missing_piece": "",
        "missing_piece_other": "",
        "terms_of_use": "",
        "problem_description": "",
        "uploaded_files": "",
        "uploaded_facture": ""
    }
}

Raw

{"data":{"conditions":true,"numero_client":"41101696","contact_company":"SAS NEW TOP V2","contact_first_name":"Sylvie","contact_last_name":"CLOAREC","contact_email":"sylvie.cloarec@top-office.com","contact_phone":"0359828494","reference":"OFF01NR","date_of_purchase":"2025-06-10","problem_type":"at_opening","problem_type_at_opening":"Autre","problem_type_at_opening_other":"","missing_piece":"","missing_piece_other":"","terms_of_use":"","problem_description":"","uploaded_files":"","uploaded_facture":""}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Fri, 05 Dec 2025 14:45:09 GMT"
x-debug-token
"3df4a3"

Cookies

Request Cookies

Key Value
PHPSESSID
"452l39473o745kg5cltpks9lns"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Fri, 05 Dec 25 15:41:33 +0100"
Last used
"Fri, 05 Dec 25 15:45:07 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"-SPZA1ZfZ7B4JO2lAXTX_LROyVxH2VB6Lw-sKkpsTZI"
sav_draft_id
1059

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/security-bundle/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/src/EventListener/Listener.php"
    "line" => 17
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/src/EventListener/RouteLoggerListener.php"
    "line" => 22
    "function" => "getUserFromToken"
    "class" => "App\EventListener\Listener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\RouteLoggerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\CustomerServiceFormController:111
[
  [
    "file" => "/var/www/html/pre-prod/src/Controller/CustomerServiceFormController.php"
    "line" => 111
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "saveDraft"
    "class" => "App\Controller\CustomerServiceFormController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\CustomerServiceFormController:112
[
  [
    "file" => "/var/www/html/pre-prod/src/Controller/CustomerServiceFormController.php"
    "line" => 112
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "saveDraft"
    "class" => "App\Controller\CustomerServiceFormController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\CustomerServiceFormController:148
[
  [
    "file" => "/var/www/html/pre-prod/src/Controller/CustomerServiceFormController.php"
    "line" => 148
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "saveDraft"
    "class" => "App\Controller\CustomerServiceFormController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/pre-prod/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/pre-prod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADV_EMAIL_ANABELA
"anabela@officepro-seating.com"
ADV_EMAIL_AURELIE
"aurelie@officepro-seating.com"
ADV_EMAIL_CHARLOTTE
"charlotte@officepro-seating.com"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"22bed07ccb38f953fbb3c622da2bf222"
CONTACT_EMAIL
"contact@officepro-seating.com"
DATABASE_URL
"mysql://ubise:MzQzZDQwYTczZjhhNGJlODM0ZDU1YTkx@127.0.0.1:3306/ubise"
DB_DATABASE
"ubise"
DB_DRIVER
"mysql"
DB_HOST
"127.0.0.1"
DB_PASSWORD
"MzQzZDQwYTczZjhhNGJlODM0ZDU1YTkx"
DB_PORT
"3306"
DB_USER
"ubise"
DB_USERNAME
"ubise"
DEV_TEST_EMAIL
"rv@fairwayconseil.fr"
DEV_TEST_NAME
"Rudy VIEL"
INSTAGRAM_CLIENT_ID
"786048913214274"
INSTAGRAM_CLIENT_SECRET
"020d9152c868db9cfda581de5b231448"
MAILER_DSN
"smtp://no-reply%40officepro-seating.com:%26oJ%23dbjsd8ShA3gb@ssl0.ovh.net:465"
MAILJET_PRIVATE_KEY
"9728e91dca77cd2d829d764c2a302259"
MAILJET_PUBLIC_KEY
"dd666c2eb203ee64ca4f8df3254d9592"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MYSQL_DATABASE
"ubise"
MYSQL_HOST
"127.0.0.1"
MYSQL_PASSWORD
"MzQzZDQwYTczZjhhNGJlODM0ZDU1YTkx"
MYSQL_PORT
"3306"
MYSQL_USER
"ubise"
RECAPTCHA_SECRET_KEY
"6Lf-hLspAAAAAMiHsv5NCZ5gXAkP11SV2ymsbKOb"
REVENDEURS_ALERT_RECIPIENTS
"rv@fairwayconseil.fr,ab@webtransservices.com,isabelle@officepro-seating.com"
SYSTEM_EMAIL
"no-reply@officepro-seating.com"
WEBSERVICES_100_BASE_URL
"http://192.168.1.4:12345"
WEBSERVICES_100_ENVIRONMENT
"prod"
WEBSERVICES_100_TOKEN_PROD
"VU3qcS1bX4s7bu885dh8"
WEBSERVICES_100_TOKEN_TEST
"X96iUrtJ2XPag3V1coWW"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"507"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/pre-prod/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/pre-prod/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
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
"keep-alive"
HTTP_COOKIE
"PHPSESSID=452l39473o745kg5cltpks9lns"
HTTP_HOST
"www.officepro-seating.com"
HTTP_NEWRELIC
"eyJ2IjpbMCwxXSwiZCI6eyJ0eSI6IkJyb3dzZXIiLCJhYyI6IjQzOTgwNzYiLCJhcCI6IjUzODU3OTc1MiIsImlkIjoiY2M0NDI4MGE5YmRmYzgyNyIsInRyIjoiYjVlNDhlNWVlZDE2MDM5YjIzOWYyMGIzNzQ2OTY3MDAiLCJ0aSI6MTc2NDk0NTkxMDI0N319"
HTTP_ORIGIN
"https://www.officepro-seating.com"
HTTP_REFERER
"https://www.officepro-seating.com/sav"
HTTP_SEC_CH_UA
""Chromium";v="142", "Microsoft Edge";v="142", "Not_A Brand";v="99""
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_TRACEPARENT
"00-b5e48e5eed16039b239f20b374696700-cc44280a9bdfc827-01"
HTTP_TRACESTATE
"4398076@nr=0-1-4398076-538579752-cc44280a9bdfc827----1764945910247"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"88.161.110.30"
REMOTE_PORT
"2001"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1764945909
REQUEST_TIME_FLOAT
1764945909.9523
REQUEST_URI
"/sav/draft"
SCRIPT_FILENAME
"/var/www/html/pre-prod/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.officepro-seating.com/sav/draft"
SCRIPT_URL
"/sav/draft"
SERVER_ADDR
"37.187.180.73"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.officepro-seating.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.65 (Debian) Server at www.officepro-seating.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.65 (Debian)"
SSL_TLS_SNI
"www.officepro-seating.com"
SYMFONY_DOTENV_PATH
"/var/www/html/pre-prod/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,DB_DRIVER,DB_HOST,DB_PORT,DB_DATABASE,DB_USERNAME,DB_USER,DB_PASSWORD,MYSQL_HOST,MYSQL_PORT,MYSQL_DATABASE,MYSQL_USER,MYSQL_PASSWORD,MAILER_DSN,MAILJET_PUBLIC_KEY,MAILJET_PRIVATE_KEY,ADV_EMAIL_CHARLOTTE,ADV_EMAIL_ANABELA,ADV_EMAIL_AURELIE,CONTACT_EMAIL,SYSTEM_EMAIL,REVENDEURS_ALERT_RECIPIENTS,MESSENGER_TRANSPORT_DSN,WEBSERVICES_100_BASE_URL,WEBSERVICES_100_ENVIRONMENT,WEBSERVICES_100_TOKEN_PROD,WEBSERVICES_100_TOKEN_TEST,DEV_TEST_EMAIL,DEV_TEST_NAME,RECAPTCHA_SECRET_KEY,INSTAGRAM_CLIENT_ID,INSTAGRAM_CLIENT_SECRET"
USER
"www-data"
proxy-nokeepalive
"1"