POST https://trouvascan.swack.fr/articles/nouveau

ArticleController :: nouveau

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
article
[
  "filiere" => "brico_jardin"
  "categorie" => "019eba86-f9ff-71a3-95c1-f884dd4bd443"
  "sousCategorie" => "019eba86-f9ff-7267-95c1-f884e0eb7a06"
  "typeApport" => "AV"
  "partenaire" => ""
  "methodeSaisie" => "comptee"
  "poidsKg" => ""
  "quantite" => "2"
  "description" => ""
  "prixEstime" => "30"
  "dateReception" => "2026-06-12"
  "_token" => "YFe3wJIXzWhG0HY+sl17jcTc"
]

Uploaded Files

No uploaded files

Request Attributes

Key Value
_controller
"App\Controller\ArticleController::nouveau"
_controller_attributes
[
  Symfony\Component\Security\Http\Attribute\IsGranted {#878
    +methods: []
    +attribute: "ROLE_RECUP"
    +subject: null
    +message: null
    +statusCode: null
    +exceptionCode: null
  }
  Symfony\Component\Routing\Attribute\Route {#823
    +methods: [
      "GET"
      "POST"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/articles/nouveau"
    +name: "app_article_nouveau"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_route
"app_article_nouveau"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#607
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#555 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#616
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#617 …}
  }
]
_stopwatch_token
"4bcc63"
csrf-token
259

Request Headers

Header Value
accept
"text/vnd.turbo-stream.html, text/html, application/xhtml+xml"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"close"
content-length
"428"
content-type
"application/x-www-form-urlencoded;charset=UTF-8"
cookie
"PHPSESSID=591fd07aa119a1f882a8ed42758a29a8; main_auth_profile_token=a553c0; __Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc=csrf-token"
csrf-token
"YFe3wJIXzWhG0HY+sl17jcTc"
host
"trouvascan.swack.fr"
origin
"https://trouvascan.swack.fr"
priority
"u=1, i"
referer
"https://trouvascan.swack.fr/articles/nouveau"
sec-ch-ua
""Google Chrome";v="143", "Chromium";v="143", "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/143.0.0.0 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"212.195.255.245"
x-turbo-request-id
"d28670fb-94dc-44be-9a10-61600d01fe5f"

Request Content

Raw

article%5Bfiliere%5D=brico_jardin&article%5Bcategorie%5D=019eba86-f9ff-71a3-95c1-f884dd4bd443&article%5BsousCategorie%5D=019eba86-f9ff-7267-95c1-f884e0eb7a06&article%5BtypeApport%5D=AV&article%5Bpartenaire%5D=&article%5BmethodeSaisie%5D=comptee&article%5BpoidsKg%5D=&article%5Bquantite%5D=2&article%5Bdescription%5D=&article%5BprixEstime%5D=30&article%5BdateReception%5D=2026-06-12&article%5B_token%5D=YFe3wJIXzWhG0HY%2Bsl17jcTc

Retry Command

curl \
  --compressed \
  --request POST \
  --url 'https://trouvascan.swack.fr/articles/nouveau' \
  --header 'Priority: u=1, i' \
  --header 'Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7' \
  --header 'Accept-Encoding: gzip, deflate, br, zstd' \
  --header 'Referer: https://trouvascan.swack.fr/articles/nouveau' \
  --header 'Sec-Fetch-Dest: empty' \
  --header 'Sec-Fetch-Mode: cors' \
  --header 'Sec-Fetch-Site: same-origin' \
  --header 'Origin: https://trouvascan.swack.fr' \
  --header 'X-Turbo-Request-Id: d28670fb-94dc-44be-9a10-61600d01fe5f' \
  --header 'Content-Type: application/x-www-form-urlencoded;charset=UTF-8' \
  --header 'Accept: text/vnd.turbo-stream.html, text/html, application/xhtml+xml' \
  --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
  --header 'Sec-Ch-Ua-Mobile: ?0' \
  --header 'Csrf-Token: YFe3wJIXzWhG0HY+sl17jcTc' \
  --header 'Sec-Ch-Ua: "Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"' \
  --header 'Sec-Ch-Ua-Platform: "Windows"' \
  --header 'Content-Length: 428' \
  --header 'Connection: close' \
  --header 'X-Accel-Internal: /internal-nginx-static-location' \
  --header 'X-Real-Ip: 212.195.255.245' \
  --header 'X-Php-Ob-Level: 1' \
  --cookie 'PHPSESSID=591fd07aa119a1f882a8ed42758a29a8; main_auth_profile_token=a553c0; __Host-csrf-token_YFe3wJIXzWhG0HY%2Bsl17jcTc=csrf-token' \
  --data-raw 'article%5Bfiliere%5D=brico_jardin&article%5Bcategorie%5D=019eba86-f9ff-71a3-95c1-f884dd4bd443&article%5BsousCategorie%5D=019eba86-f9ff-7267-95c1-f884e0eb7a06&article%5BtypeApport%5D=AV&article%5Bpartenaire%5D=&article%5BmethodeSaisie%5D=comptee&article%5BpoidsKg%5D=&article%5Bquantite%5D=2&article%5Bdescription%5D=&article%5BprixEstime%5D=30&article%5BdateReception%5D=2026-06-12&article%5B_token%5D=YFe3wJIXzWhG0HY%2Bsl17jcTc'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=utf-8"
date
"Fri, 12 Jun 2026 12:42:53 GMT"
expires
"Fri, 12 Jun 2026 12:42:53 GMT"
location
"/articles/019ebbdb-5277-7ab5-9567-debeefaaa9ff/etiquette"
pragma
"no-cache"
set-cookie
"__Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc=deleted; expires=Thu, 12 Jun 2025 12:42:52 GMT; Max-Age=0; path=/; secure; samesite=strict"
x-debug-token
"07bf36"
x-robots-tag
"noindex"

Cookies

Request Cookies

Key Value
PHPSESSID
"591fd07aa119a1f882a8ed42758a29a8"
__Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc
"csrf-token"
main_auth_profile_token
"a553c0"

Response Cookies

Key Value
__Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc
Symfony\Component\HttpFoundation\Cookie {#2357
  #expire: 1
  #path: "/"
  -sameSite: "strict"
  -secureDefault: true
  #name: "__Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc"
  #value: null
  #domain: null
  #secure: true
  #httpOnly: false
  -raw: false
  -partitioned: false
}

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" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 75
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/trouvascan.swack.fr/httpdocs/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
"2f7c0365cee972eb3d64464bb88a6a7e"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://trouvascan:q87xq80O0q87xq80O0@127.0.0.1:3306/trouvascan?serverVersion=9.7.0&charset=utf8mb4"
DEFAULT_URI
"https://trouvascan.swack.fr"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/trouvascan.swack.fr/httpdocs"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/trouvascan.swack.fr/httpdocs"
]
CONTENT_LENGTH
"428"
CONTENT_TYPE
"application/x-www-form-urlencoded;charset=UTF-8"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/trouvascan.swack.fr/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/trouvascan.swack.fr/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/trouvascan.swack.fr"
HTTPS
"on"
HTTP_ACCEPT
"text/vnd.turbo-stream.html, text/html, application/xhtml+xml"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=591fd07aa119a1f882a8ed42758a29a8; main_auth_profile_token=a553c0; __Host-csrf-token_YFe3wJIXzWhG0HY+sl17jcTc=csrf-token"
HTTP_CSRF_TOKEN
"YFe3wJIXzWhG0HY+sl17jcTc"
HTTP_HOST
"trouvascan.swack.fr"
HTTP_ORIGIN
"https://trouvascan.swack.fr"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://trouvascan.swack.fr/articles/nouveau"
HTTP_SEC_CH_UA
""Google Chrome";v="143", "Chromium";v="143", "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/143.0.0.0 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"212.195.255.245"
HTTP_X_TURBO_REQUEST_ID
"d28670fb-94dc-44be-9a10-61600d01fe5f"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://trouvascan.swack.fr/articles/nouveau"
REDIRECT_SCRIPT_URL
"/articles/nouveau"
REDIRECT_SSL_TLS_SNI
"trouvascan.swack.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aiv-zX2sU5hYGIejXnctHQAAABM"
REDIRECT_URL
"/articles/nouveau"
REMOTE_ADDR
"212.195.255.245"
REMOTE_PORT
"33672"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781268173
REQUEST_TIME_FLOAT
1781268173.1762
REQUEST_URI
"/articles/nouveau"
SCRIPT_FILENAME
"/var/www/vhosts/trouvascan.swack.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://trouvascan.swack.fr/articles/nouveau"
SCRIPT_URL
"/articles/nouveau"
SERVER_ADDR
"51.91.13.182"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"trouvascan.swack.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at trouvascan.swack.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"trouvascan.swack.fr"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/trouvascan.swack.fr/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DATABASE_URL,DEFAULT_URI,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"aiv-zX2sU5hYGIejXnctHQAAABM"
USER
"trouvascan.swack.fr_33fa779ny9m"
proxy-nokeepalive
"1"