https://somosalientodevida.com/login

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.9"
cache-control
"max-age=0"
connection
"close"
content-length
"192"
content-type
"application/json"
cookie
"PHPSESSID=ba10d20ddbd68e965fdc75e446c64821"
host
"somosalientodevida.com"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
x-https
"1"
x-php-ob-level
"0"

Request Content

Pretty

{
    "_csrf_token": "129e2d1933c.iqQV1lWHzcnYN-6-bQqJr8LQTw4FpqeLfItMe0Jsbas.6P1doGC_gri_ALjtPmjj_LvoF1pm79HAHsN7IwYqN8jOwWenF_WcoZZnhQ",
    "email": "qamoker279@gmail.com",
    "password": "ZTZc6Sjf87kFSb!"
}

Raw

{"_csrf_token":"129e2d1933c.iqQV1lWHzcnYN-6-bQqJr8LQTw4FpqeLfItMe0Jsbas.6P1doGC_gri_ALjtPmjj_LvoF1pm79HAHsN7IwYqN8jOwWenF_WcoZZnhQ","email":"qamoker279@gmail.com","password":"ZTZc6Sjf87kFSb!"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 24 Dec 2024 03:16:42 GMT"
location
"/login"
x-debug-token
"4f4899"

Cookies

Request Cookies

Key Value
PHPSESSID
"ba10d20ddbd68e965fdc75e446c64821"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Tue, 24 Dec 24 03:16:15 +0000"
Last used
"Tue, 24 Dec 24 03:16:40 +0000"
Lifetime
604800

Session Attributes

Attribute Value
_csrf/https-authenticate
"bYHv58Oqg7VSSbjSy8XTcIvKbH7XDFZcDerqBrQhNPk"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#229
  -token: null
  #message: ""
  #code: 0
  #file: "/home/alientodevida/public_html/src/Security/AppAuthenticator.php"
  #line: 69
  trace: {
    /home/alientodevida/public_html/src/Security/AppAuthenticator.php:69 {
      App\Security\AppAuthenticator->getUser($credentials, UserProviderInterface $userProvider) …
      › if (!$this->csrfTokenManager->isTokenValid($token)) {    throw new InvalidCsrfTokenException();}
    }
    /home/alientodevida/public_html/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:105 {
      Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator->getUser($credentials): UserInterface …
      › {    $user = $this->guard->getUser($credentials, $this->userProvider);arguments: {
        $credentials: [ …3]
        $userProvider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#185 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:76 {
      Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator->Symfony\Component\Security\Guard\Authenticator\{closure} …
      › if (class_exists(UserBadge::class)) {    $user = new UserBadge('guard_authenticator_'.md5(serialize($credentials)), function () use ($credentials) { return $this->getUser($credentials); });} else {
      arguments: {
        $credentials: [ …3]
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:67 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
      › 
      › $this->user = ($this->userLoader)($this->userIdentifier);if (!$this->user instanceof UserInterface) {
      arguments: {
        "guard_authenticator_b2750968533fcce9140fb3ef7b386c61"
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Authenticator/Passport/Passport.php:55 {
      Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
      › 
      ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/EventListener/UserCheckerListener.php:43 {
      Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
      › 
      ›     $this->userChecker->checkPreAuth($passport->getUser());}
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#35 …}
        }
      }
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#35 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …9]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:183 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);arguments: {
        $event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#220 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:160 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator {#161 …}
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Firewall.php:119 {
      Symfony\Component\Security\Http\Firewall->callListeners(RequestEvent $event, iterable $listeners) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        $listeners: Generator {#116 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#35 …}
        }
      }
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#35 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …9]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
      }
    }
    /home/alientodevida/public_html/vendor/symfony/http-kernel/HttpKernel.php:128 {
      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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#108 …}
        $eventName: "kernel.request"
      }
    }
    /home/alientodevida/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
      }
    }
    /home/alientodevida/public_html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
        $catch: true
      }
    }
    /home/alientodevida/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
    /home/alientodevida/public_html/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/alientodevida/public_html/public/index.php:11 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/alientodevida/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
null

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
"0"
APP_ENV
"dev"
APP_SECRET
"a77d63a54458523158268ce044e2b2e7"
DATABASE_URL
"mysql://devigles_user:RQ2ddfV8HA*@127.0.0.1:3306/devigles_database?serverVersion=5.7"

Defined as regular env variables

Key Value
BASE
"/public"
CONTENT_LENGTH
"192"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/home/alientodevida/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/alientodevida/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/alientodevida"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=ba10d20ddbd68e965fdc75e446c64821"
HTTP_HOST
"somosalientodevida.com"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
HTTP_X_HTTPS
"1"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SCRIPT_URI
"https://somosalientodevida.com/login"
REDIRECT_REDIRECT_SCRIPT_URL
"/login"
REDIRECT_REDIRECT_SSL_TLS_SNI
"somosalientodevida.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"Z2onmjkmZJuF86EpNxtAqAAAAAk"
REDIRECT_SCRIPT_URI
"https://somosalientodevida.com/login"
REDIRECT_SCRIPT_URL
"/login"
REDIRECT_SSL_TLS_SNI
"somosalientodevida.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z2onmjkmZJuF86EpNxtAqAAAAAk"
REDIRECT_URL
"/public/login"
REMOTE_ADDR
"102.130.232.26"
REMOTE_PORT
"46732"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1735010202
REQUEST_TIME_FLOAT
1735010202.597
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/alientodevida/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://somosalientodevida.com/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"208.109.189.18"
SERVER_ADMIN
"webmaster@somosalientodevida.com"
SERVER_NAME
"somosalientodevida.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"somosalientodevida.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_DEBUG,DATABASE_URL"
UNIQUE_ID
"Z2onmjkmZJuF86EpNxtAqAAAAAk"
USER
"alientodevida"
argc
0
argv
[]
proxy-nokeepalive
"1"