TransferFormComponent :: __invoke
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| data | "{"props":{"transferData":null,"accountId":9,"formName":"transfer","transfer":{"amount":"","transferDate":"0202-03-24","targetAccount":"","_token":"csrf-token"},"isValidated":false,"validatedFields":["transfer.transferDate"],"@attributes":{"id":"live-1017185412-0"},"@checksum":"25YyLZud/tBPAjeKr0oSADpxfGx8U9QXzkz+vrM6rLs="},"updated":{"transfer.transferDate":"2026-03-24","validatedFields":["transfer.transferDate"]}}" |
Uploaded Files
No uploaded files
Request Attributes
| Key | Value |
|---|---|
| _component_default_action | true |
| _component_name | "Transfer:TransferFormComponent" |
| _controller | "App\Twig\Components\Transfer\TransferFormComponent::__invoke" |
| _controller_attributes | [ Symfony\UX\LiveComponent\Attribute\AsLiveComponent {#1560 -name: null -template: null -exposePublicProps: true -attributesVar: "attributes" +route: "ux_live_component" +method: "post" +urlReferenceType: 1 +fetchCredentials: null -defaultAction: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _live_action | "get" |
| _live_component | "Transfer:TransferFormComponent" |
| _live_request_data | [ "props" => [ "transferData" => null "accountId" => 9 "formName" => "transfer" "transfer" => [ "amount" => "" "transferDate" => "0202-03-24" "targetAccount" => "" "_token" => "csrf-token" ] "isValidated" => false "validatedFields" => [ "transfer.transferDate" ] "@attributes" => [ "id" => "live-1017185412-0" ] "@checksum" => "25YyLZud/tBPAjeKr0oSADpxfGx8U9QXzkz+vrM6rLs=" ] "updated" => [ "transfer.transferDate" => "2026-03-24" "validatedFields" => [ "transfer.transferDate" ] ] "args" => [] "actions" => [] "children" => [] "propsFromParent" => [] ] |
| _mounted_component | Symfony\UX\TwigComponent\MountedComponent {#1150 -providedContext: [] -name: "Transfer:TransferFormComponent" -component: App\Twig\Components\Transfer\TransferFormComponent {#242 …} -attributes: Symfony\UX\TwigComponent\ComponentAttributes {#1149 …} -inputProps: [] -extraMetadata: [ "children_fingerprints" => [] ] } |
| _route | "ux_live_component" |
| _route_params | [ "_live_action" => "get" "_live_component" => "Transfer:TransferFormComponent" ] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#354 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#298 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#356 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#357 …} } ] |
| _stopwatch_token | "2d0e5f" |
Request Headers
| Header | Value |
|---|---|
| accept | "application/vnd.live-component+html" |
| 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 | "553" |
| content-type | "multipart/form-data; boundary=----WebKitFormBoundary1qa4LN9hmtH87jNl" |
| cookie | "PHPSESSID=67eac62dd13f12089b97f729ef0e9d78; main_auth_profile_token=be26f4" |
| host | "banqio.jordan-devweb.fr" |
| origin | "https://banqio.jordan-devweb.fr" |
| referer | "https://banqio.jordan-devweb.fr/accounts/9" |
| sec-ch-ua | ""Not=A?Brand";v="99", "Microsoft Edge";v="151", "Chromium";v="151"" |
| 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/151.0.0.0 Safari/537.36 Edg/151.0.0.0" |
| x-live-url | "/accounts/9" |
| x-php-ob-level | "1" |
| x-requested-with | "XMLHttpRequest" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --request POST \ --url 'https://banqio.jordan-devweb.fr/_components/Transfer:TransferFormComponent' \ --header 'Connection: keep-alive' \ --header 'Content-Length: 553' \ --header 'Sec-Ch-Ua-Platform: "Windows"' \ --header 'Sec-Ch-Ua: "Not=A?Brand";v="99", "Microsoft Edge";v="151", "Chromium";v="151"' \ --header 'Sec-Ch-Ua-Mobile: ?0' \ --header 'X-Requested-With: XMLHttpRequest' \ --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36 Edg/151.0.0.0' \ --header 'Accept: application/vnd.live-component+html' \ --header 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundary1qa4LN9hmtH87jNl' \ --header 'X-Live-Url: /accounts/9' \ --header 'Origin: https://banqio.jordan-devweb.fr' \ --header 'Sec-Fetch-Site: same-origin' \ --header 'Sec-Fetch-Mode: cors' \ --header 'Sec-Fetch-Dest: empty' \ --header 'Referer: https://banqio.jordan-devweb.fr/accounts/9' \ --header 'Accept-Encoding: gzip, deflate, br, zstd' \ --header 'Accept-Language: fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' \ --header 'X-Php-Ob-Level: 1' \ --cookie 'PHPSESSID=67eac62dd13f12089b97f729ef0e9d78; main_auth_profile_token=be26f4'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "application/vnd.live-component+html" |
| date | "Sun, 16 Aug 2026 19:15:58 GMT" |
| expires | "Sun, 16 Aug 2026 19:15:58 GMT" |
| x-debug-token | "35ad0a" |
| x-live-url | "/accounts/9" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "67eac62dd13f12089b97f729ef0e9d78" |
| main_auth_profile_token | "be26f4" |
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" => "/var/www/html/banqio/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/security-http/Firewall/AccessListener.php"
"line" => 75
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/banqio/public/index.php"
"line" => 5
"args" => [
"/var/www/html/banqio/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 | "abb91887133080e2f40db7a8b4df4898" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "mysql://banqio:FIb2rAO3raYS5YK@127.0.0.1:3306/banqio?serverVersion=10.11.6-MariaDB&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| 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/html/banqio" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/html/banqio" ] |
| CONTENT_LENGTH | "553" |
| CONTENT_TYPE | "multipart/form-data; boundary=----WebKitFormBoundary1qa4LN9hmtH87jNl" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/banqio/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/banqio/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/vnd.live-component+html" |
| 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=67eac62dd13f12089b97f729ef0e9d78; main_auth_profile_token=be26f4" |
| HTTP_HOST | "banqio.jordan-devweb.fr" |
| HTTP_ORIGIN | "https://banqio.jordan-devweb.fr" |
| HTTP_REFERER | "https://banqio.jordan-devweb.fr/accounts/9" |
| HTTP_SEC_CH_UA | ""Not=A?Brand";v="99", "Microsoft Edge";v="151", "Chromium";v="151"" |
| 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/151.0.0.0 Safari/537.36 Edg/151.0.0.0" |
| HTTP_X_LIVE_URL | "/accounts/9" |
| HTTP_X_REQUESTED_WITH | "XMLHttpRequest" |
| 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://banqio.jordan-devweb.fr/_components/Transfer:TransferFormComponent" |
| REDIRECT_SCRIPT_URL | "/_components/Transfer:TransferFormComponent" |
| REDIRECT_SSL_TLS_SNI | "banqio.jordan-devweb.fr" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/_components/Transfer:TransferFormComponent" |
| REMOTE_ADDR | "92.152.120.141" |
| REMOTE_PORT | "64553" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1786907758 |
| REQUEST_TIME_FLOAT | 1786907758.3448 |
| REQUEST_URI | "/_components/Transfer:TransferFormComponent" |
| SCRIPT_FILENAME | "/var/www/html/banqio/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://banqio.jordan-devweb.fr/_components/Transfer:TransferFormComponent" |
| SCRIPT_URL | "/_components/Transfer:TransferFormComponent" |
| SERVER_ADDR | "192.168.1.22" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "banqio.jordan-devweb.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.67 (Debian) Server at banqio.jordan-devweb.fr Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.67 (Debian)" |
| SSL_TLS_SNI | "banqio.jordan-devweb.fr" |
| SYMFONY_DOTENV_PATH | "/var/www/html/banqio/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |