CaptchaController :: captcha
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | null |
| _controller | "App\Modules\Auth\Controller\CaptchaController::captcha" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_captcha" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#704 -supports: false -passport: null -duration: null -stub: "App\Modules\Auth\Service\UserLoginAuthenticator" -authenticated: null -exception: null -authenticator: App\Modules\Auth\Service\UserLoginAuthenticator {#746 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#703 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#702 …} } ] |
| _stopwatch_token | "a0a627" |
Request Headers
| Header | Value |
|---|---|
| accept | "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8" |
| accept-encoding | "gzip, deflate, br" |
| accept-language | "en-US" |
| connection | "keep-alive" |
| cookie | "main_deauth_profile_token=798a77; PHPSESSID=nr94v4htar9bish9td1qnh6pgl" |
| host | "realestate.warnke.de" |
| referer | "https://realestate.warnke.de/login" |
| sec-ch-ua | "" |
| sec-ch-ua-mobile | "?0" |
| sec-fetch-dest | "image" |
| sec-fetch-mode | "no-cors" |
| sec-fetch-site | "same-origin" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "image/png" |
| date | "Thu, 09 Jul 2026 14:19:34 GMT" |
| x-debug-token | "0c9613" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "nr94v4htar9bish9td1qnh6pgl" |
| main_deauth_profile_token | "798a77" |
Response Cookies
No response cookies
Session 2
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 09 Jul 26 16:19:32 +0200" |
| Last used | "Thu, 09 Jul 26 16:19:33 +0200" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "https://realestate.warnke.de/" |
| captcha_code | "ZODFD3" |
Session Usage
2
Usages
Stateless check enabled
| Usage |
|---|
App\EventSubscriber\LocaleSubscriber:40
[
[
"file" => "/var/www/realestate/src/EventSubscriber/LocaleSubscriber.php"
"line" => 40
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "App\EventSubscriber\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/realestate/public/index.php"
"line" => 5
"args" => [
"/var/www/realestate/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Modules\Auth\Service\CaptchaService:27
[
[
"file" => "/var/www/realestate/src/Modules/Auth/Service/CaptchaService.php"
"line" => 27
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/realestate/src/Modules/Auth/Controller/CaptchaController.php"
"line" => 16
"function" => "generateCaptcha"
"class" => "App\Modules\Auth\Service\CaptchaService"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "captcha"
"class" => "App\Modules\Auth\Controller\CaptchaController"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/realestate/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/realestate/public/index.php"
"line" => 5
"args" => [
"/var/www/realestate/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 | "cda56c6a9b05588d0978d66d39cf5c1d" |
| DATABASE_URL | "mysql://root:Warnke@2023!@localhost:3306/realestate??serverVersion=8.0.35&charset=utf8mb4" |
| FIGMA_API_TOKEN | "figd_lh0pFj7_ez8UiaI_u7niJlx1uEQrZIDxVVtuQHcb" |
| FIGMA_FILE_ID | "agsPUbJSO4OcokUIxJRZvw" |
| FIGMA_NODE_ID | "302:3" |
| JWT_PASSPHRASE | "359829150be559a71e2e488fe85086d04e7f89e043a6d7275224e54e1f07737f" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/realestate/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/realestate/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br" |
| HTTP_ACCEPT_LANGUAGE | "en-US" |
| HTTP_CONNECTION | "keep-alive" |
| HTTP_COOKIE | "main_deauth_profile_token=798a77; PHPSESSID=nr94v4htar9bish9td1qnh6pgl" |
| HTTP_HOST | "realestate.warnke.de" |
| HTTP_REFERER | "https://realestate.warnke.de/login" |
| HTTP_SEC_CH_UA | "" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_FETCH_DEST | "image" |
| HTTP_SEC_FETCH_MODE | "no-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/79.0.3945.79 Safari/537.36" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "205.169.39.179" |
| REMOTE_PORT | "33020" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1783606774 |
| REQUEST_TIME_FLOAT | 1783606774.0989 |
| REQUEST_URI | "/captcha" |
| SCRIPT_FILENAME | "/var/www/realestate/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://realestate.warnke.de/captcha" |
| SCRIPT_URL | "/captcha" |
| SERVER_ADDR | "116.203.153.228" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "realestate.warnke.de" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.52 (Ubuntu) Server at realestate.warnke.de Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.52 (Ubuntu)" |
| SSL_TLS_SNI | "realestate.warnke.de" |
| SYMFONY_DOTENV_PATH | "/var/www/realestate/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,FIGMA_API_TOKEN,FIGMA_FILE_ID,FIGMA_NODE_ID" |