SecurityController :: register
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::register" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_register" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#305 -supports: false -passport: null -duration: null -stub: "App\Security\LoginAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\LoginAuthenticator {#226 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#306 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#307 …} } ] |
| _stopwatch_token | "5a0460" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| host | "bo-dev.ut.cz" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.172" |
| x-forwarded-proto | "https" |
| x-forwarded-scheme | "https" |
| x-php-ob-level | "1" |
| x-real-ip | "216.73.216.172" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Fri, 27 Mar 2026 13:00:41 GMT" |
| x-debug-token | "bd0b03" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
0
Usages
Stateless check enabled
Session not used.
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_SECRET | "secret" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "mysql://ut_cz_bo-dev:JdCrWHOhF1ikqYqDD69JK4vdh8cTFvVkcDTe@ut_cz_bo-dev_db:3306/ut_cz_bo-dev?serverVersion=8.0.28&charset=utf8mb4" |
| DEFAULT_URI | "https://bo-dev.ut.cz" |
| MAILER_DSN | "sendgrid+api://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@default" |
| MAILER_FROM_EMAIL | "bo@ut.cz" |
| MAILER_FROM_NAME | "UT BO" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| SENDGRID_DEFAULT_TEMPLATE | "d-***" |
| TRUSTED_PROXIES | "127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_PROJECT_DIR | "/var/www/html" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/html" ] |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_HOST | "bo-dev.ut.cz" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_FOR | "216.73.216.172" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_FORWARDED_SCHEME | "https" |
| HTTP_X_REAL_IP | "216.73.216.172" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/register" |
| REMOTE_ADDR | "172.18.0.12" |
| REMOTE_PORT | "59774" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1774616441 |
| REQUEST_TIME_FLOAT | 1774616441.9117 |
| REQUEST_URI | "/register" |
| SCRIPT_FILENAME | "/var/www/html/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.18.0.50" |
| SERVER_ADMIN | "bo@ut.cz" |
| SERVER_NAME | "bo-dev.ut.cz" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.65 (Debian) Server at bo-dev.ut.cz Port 80</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.65 (Debian)" |
| SYMFONY_DOTENV_PATH | "/var/www/html/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,APP_SHARE_DIR,TRUSTED_PROXIES,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,SENDGRID_DEFAULT_TEMPLATE,MAILER_FROM_EMAIL,MAILER_FROM_NAME" |