ContactController :: index
Request
GET Parameters
No GET parameters
POST Parameters
Key | Value |
---|---|
form | [ "name" => "Leerossy" "email" => "irinademenkova86@gmail.com" "message" => "Sveiki, es gribēju zināt savu cenu." "Phone" => "81374752647" "submit" => "" "_token" => "b1e428e.xtF58hWhn_XgdN3HTeeRVEdzhddbQFktwvzT5bVw6Y4.qr8mhnnx1IyaOO6CApH9BxUU67s8Gj5-tIuMq_Ec0dilsw-3Yfvrj7cdkA" ] |
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "App\Controller\ContactController::index" |
_firewall_context | "security.firewall.map.context.main" |
_route | "app_contact" |
_route_params | [] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "d0d260" |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
connection | "keep-alive" |
content-length | "284" |
content-type | "application/x-www-form-urlencoded" |
cookie | "PHPSESSID=0e0d6fc8c7fc0fd55135feda8daca874" |
host | "clearsprings.us" |
pragma | "no-cache" |
referer | "https://clearsprings.us/index.php/contact" |
user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0" |
via | "1.0 142b0e20ca55b4ac2d7ec36b7e7bac64.cloudfront.net (CloudFront)" |
x-amz-cf-id | "ciIU_lat9-yXw6CK053yyBegcNejkOl9rcQul-eBySB_Rbb3d0UFaw==" |
x-forwarded-for | "185.39.19.34" |
x-php-ob-level | "1" |
Request Content
Raw
form[name]=Leerossy&form[email]=irinademenkova86%40gmail.com&form[message]=Sveiki%2C+es+grib%C4%93ju+zin%C4%81t+savu+cenu.&form[Phone]=81374752647&form[submit]=&form[_token]=b1e428e.xtF58hWhn_XgdN3HTeeRVEdzhddbQFktwvzT5bVw6Y4.qr8mhnnx1IyaOO6CApH9BxUU67s8Gj5-tIuMq_Ec0dilsw-3Yfvrj7cdkA
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
content-type | "text/html; charset=utf-8" |
date | "Tue, 09 Sep 2025 17:44:10 GMT" |
location | "/index.php/contact" |
x-debug-token | "09c427" |
Cookies
Request Cookies
Key | Value |
---|---|
PHPSESSID | "0e0d6fc8c7fc0fd55135feda8daca874" |
Response Cookies
No response cookies
Session 5
Session Metadata
Key | Value |
---|---|
Created | "Tue, 09 Sep 25 17:44:09 +0000" |
Last used | "Tue, 09 Sep 25 17:44:09 +0000" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/form | "ln_tlPKyzL3EOvlSRgnlgZgSvw_NDl8VcbvEtZtzWiM" |
Session Usage
5
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[ [ "file" => "/var/app/current/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 76 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 98 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 60 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 28 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 476 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 107 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 414 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/var/app/current/src/Controller/ContactController.php" "line" => 32 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "index" "class" => "App\Controller\ContactController" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/app/current/public/index.php" "line" => 5 "args" => [ "/var/app/current/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[ [ "file" => "/var/app/current/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 52 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 102 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 60 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 28 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 476 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 107 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 414 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/var/app/current/src/Controller/ContactController.php" "line" => 32 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "index" "class" => "App\Controller\ContactController" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/app/current/public/index.php" "line" => 5 "args" => [ "/var/app/current/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[ [ "file" => "/var/app/current/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 56 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 102 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 60 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 28 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 476 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 107 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/form/Form.php" "line" => 414 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/var/app/current/src/Controller/ContactController.php" "line" => 32 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "index" "class" => "App\Controller\ContactController" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/app/current/public/index.php" "line" => 5 "args" => [ "/var/app/current/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:188
[ [ "file" => "/var/app/current/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 188 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/app/current/src/Controller/ContactController.php" "line" => 49 "function" => "addFlash" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "index" "class" => "App\Controller\ContactController" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/app/current/public/index.php" "line" => 5 "args" => [ "/var/app/current/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Http\Firewall\ContextListener:171
[ [ "file" => "/var/app/current/vendor/symfony/security-http/Firewall/ContextListener.php" "line" => 171 "function" => "remove" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\Security\Http\Firewall\ContextListener" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/app/current/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/app/current/public/index.php" "line" => 5 "args" => [ "/var/app/current/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Flashes
Flashes
Key | Value |
---|---|
success | [
"Your inquiry has been submitted. We will contact you soon!"
] |
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_ENV | "dev" |
APP_SECRET | "63eb474a647f285447fc5815942dc138" |
DATABASE_URL | "mysql://root:password@localhost:3306/db_name?serverVersion=9.0.1" |
MAILER_DSN | "ses+smtp://AKIAU6GD3NPGKEF7IZ6Z:BK8Z5yzx3vRqHW1nb3hV%2Bfhm2JSHzeModWy82fJ3v33t@default?region=us-east-1" |
MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "284" |
CONTENT_TYPE | "application/x-www-form-urlencoded" |
DOCUMENT_ROOT | "/var/www/html/public" |
DOCUMENT_URI | "/index.php/contact" |
FCGI_ROLE | "RESPONDER" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/home/webapp" |
HTTP_ACCEPT | "*/*" |
HTTP_CONNECTION | "keep-alive" |
HTTP_CONTENT_LENGTH | "284" |
HTTP_CONTENT_TYPE | "application/x-www-form-urlencoded" |
HTTP_COOKIE | "PHPSESSID=0e0d6fc8c7fc0fd55135feda8daca874" |
HTTP_HOST | "clearsprings.us" |
HTTP_PRAGMA | "no-cache" |
HTTP_REFERER | "https://clearsprings.us/index.php/contact" |
HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0" |
HTTP_VIA | "1.0 142b0e20ca55b4ac2d7ec36b7e7bac64.cloudfront.net (CloudFront)" |
HTTP_X_AMZ_CF_ID | "ciIU_lat9-yXw6CK053yyBegcNejkOl9rcQul-eBySB_Rbb3d0UFaw==" |
HTTP_X_FORWARDED_FOR | "185.39.19.34" |
INVOCATION_ID | "edaaf35c708a4075bf19e5cd6334617f" |
JOURNAL_STREAM | "8:38637" |
LANG | "en_US.UTF-8" |
NOTIFY_SOCKET | "/run/systemd/notify" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
PATH_INFO | "/contact" |
PHP_ALLOW_URL_FOPEN | "On" |
PHP_COMPOSER_OPTIONS | "" |
PHP_DATE_TIMEZONE | "UTC" |
PHP_DISPLAY_ERRORS | "Off" |
PHP_DOCUMENT_ROOT | "/public" |
PHP_MAX_EXECUTION_TIME | "60" |
PHP_MEMORY_LIMIT | "256M" |
PHP_SELF | "/index.php/contact" |
PHP_ZLIB_OUTPUT_COMPRESSION | "Off" |
QUERY_STRING | "" |
REDIRECT_STATUS | "200" |
REMOTE_ADDR | "3.172.23.77" |
REMOTE_PORT | "21804" |
REQUEST_METHOD | "POST" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1757439850 |
REQUEST_TIME_FLOAT | 1757439850.5449 |
REQUEST_URI | "/index.php/contact" |
RUNTIME_DIRECTORY | "/run/php-fpm" |
SCRIPT_FILENAME | "/var/www/html/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "172.31.47.233" |
SERVER_NAME | "" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SOFTWARE | "nginx/1.26.3" |
SYMFONY_DOTENV_PATH | "/var/app/current/.env" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |
SYSTEMD_EXEC_PID | "8719" |
USER | "webapp" |