Redirect 302 redirect from POST @fos_user_security_check (70de7a)

POST https://52.201.159.119/login

Security

Token

There is no security token. It was removed in 740691.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider app.security.user_provider
context main
entry_point security.authenticator.form_login.main
user_checker app.security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
0.54 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
4.34 ms (none)
"Symfony\Component\Security\Http\Firewall\LogoutListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AccessListener"
0.42 ms (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

failure
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
Lazy yes
Duration 0.04 ms
Badges
Exception
Symfony\Component\Security\Core\Exception\AuthenticationException {#394
  #message: "The cookie contains invalid data."
  #code: 0
  #file: "/var/www/html/vendor/symfony/security-http/RememberMe/RememberMeDetails.php"
  #line: 40
  -token: null
  trace: {
    /var/www/html/vendor/symfony/security-http/RememberMe/RememberMeDetails.php:40 {
      Symfony\Component\Security\Http\RememberMe\RememberMeDetails::fromRawCookie(string $rawCookie): RememberMeDetails …
      › if (4 !== \count($cookieParts)) {    throw new AuthenticationException('The cookie contains invalid data.');}
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php:81 {
      Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator->authenticate(Request $request): Passport …
      › 
      › $rememberMeCookie = RememberMeDetails::fromRawCookie($rawCookie);arguments: {
        $rawCookie: b"ué^µç"
      }
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:72 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10
          +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
          +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
          +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
          +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
          +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
          +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
          +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
          #content: "_csrf_token=2cb0119264.6Z012evbQwS_x4J8_-Lot62SiaqYbRy-SDtlNSMnKIg.i8kYn4HjLmncn-o5x4em48LQ-8XeGWmKMm8udEJfcf29-m-B3LAEfPO9sg&_username=xJwD%27%20RLIKE%20%28SELECT%20%28CASE%20WHEN%20%283789%3D4486%29%20THEN%200x784a7744%20ELSE%200x28%20END%29%29%20OR%20%27hlAb%27%3D%27xEoR&_password=cyKw&remember=on"
          #languages: null
          #charsets: null
          #encodings: null
          #acceptableContentTypes: null
          #pathInfo: "/login"
          #requestUri: "/login"
          #baseUrl: ""
          #basePath: ""
          #method: "POST"
          #format: null
          #session: Symfony\Component\HttpFoundation\Session\Session {#384 …}
          #locale: null
          #defaultLocale: "es"
          -preferredFormat: null
          -isHostValid: true
          -isForwardedValid: true
          -isSafeContentPreferred: ? bool
          -trustedValuesCache: [
            "2\x0034.60.89.65, 172.31.25.10\x00172.18.0.1\x00" => [
              "34.60.89.65"
            ]
            "4\x0052.201.159.119\x00\x00" => [
              "52.201.159.119"
            ]
            "32\x00\x00\x00" => []
            "8\x00https\x00\x00" => [
              "https"
            ]
            "16\x00443\x00\x00" => [
              "0.0.0.0:443"
            ]
          ]
          -isIisRewrite: false
          format: "html"
        }
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:178 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10}
      }
    }
    /var/www/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\Http\Authenticator\Debug\TraceableAuthenticator {#364 …}
        $request: Symfony\Component\HttpFoundation\Request {#10}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:142 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#10}
      }
    }
    /var/www/html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
      }
    }
    /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
      }
    }
    /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:88 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      › $listener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
        $listeners: Generator {#290 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#167 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#167 …}
      }
    }
    /var/www/html/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);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:162 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#63 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10}
        $type: 1
        &$controllerMetadata: null
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:143 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10}
      }
    }
  }
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#10
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
  #content: "_csrf_token=2cb0119264.6Z012evbQwS_x4J8_-Lot62SiaqYbRy-SDtlNSMnKIg.i8kYn4HjLmncn-o5x4em48LQ-8XeGWmKMm8udEJfcf29-m-B3LAEfPO9sg&_username=xJwD%27%20RLIKE%20%28SELECT%20%28CASE%20WHEN%20%283789%3D4486%29%20THEN%200x784a7744%20ELSE%200x28%20END%29%29%20OR%20%27hlAb%27%3D%27xEoR&_password=cyKw&remember=on"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/login"
  #requestUri: "/login"
  #baseUrl: ""
  #basePath: ""
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#384 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0034.60.89.65, 172.31.25.10\x00172.18.0.1\x00" => [
      "34.60.89.65"
    ]
    "4\x0052.201.159.119\x00\x00" => [
      "52.201.159.119"
    ]
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
Access is public.
Show voter details