http://e-roso.net/login Return to referer URL

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"nEqo2xowTY4G32xTHdm4bzJgRwyV_cmcrYSYesmaSwM"
password
"Tanjona"
username
"Tanjona"

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
[]

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, br"
accept-language
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
alt-used
"e-roso.net"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"129.222.109.222"
cf-ipcountry
"MG"
cf-ray
"9bcaffce798a489e-LIS"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
content-length
"89"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=92ut4uphmm5k6o2tt49j0o9ftq"
host
"e-roso.net"
origin
"https://e-roso.net"
priority
"u=0, i"
referer
"https://e-roso.net/login"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0"
x-forwarded-for
"129.222.109.222"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Raw

username=Tanjona&password=Tanjona&_csrf_token=nEqo2xowTY4G32xTHdm4bzJgRwyV_cmcrYSYesmaSwM

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 12 Jan 2026 07:39:18 GMT"
location
"/login"
x-debug-token
"777f00"

Cookies

Request Cookies

Key Value
PHPSESSID
"92ut4uphmm5k6o2tt49j0o9ftq"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Mon, 12 Jan 26 07:39:02 +0000"
Last used
"Mon, 12 Jan 26 07:39:02 +0000"
Lifetime
"0"

Session Attributes

Attribute Value
_csrf/authenticate
"nEqo2xowTY4G32xTHdm4bzJgRwyV_cmcrYSYesmaSwM"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#443
  -token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#413 …}
  #message: "Authentication failed because "App\Security\LoginAuthentificatorAuthenticator::checkCredentials()" did not return true."
  #code: 0
  #file: "/var/www/preprod/fert/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
  #line: 121
  +"serialized": [
    Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#413 …}
    0
    "Authentication failed because "App\Security\LoginAuthentificatorAuthenticator::checkCredentials()" did not return true."
    "/var/www/preprod/fert/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    121
  ]
  trace: {
    /var/www/preprod/fert/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
      › 
      ›     throw new BadCredentialsException(sprintf('Authentication failed because "%s::checkCredentials()" did not return true.', \get_class($guardAuthenticator)));}
    }
    /var/www/preprod/fert/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:99 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
      › 
      ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      arguments: {
        $guardAuthenticator: App\Security\LoginAuthentificatorAuthenticator {#371 …}
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#413 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:85 {
      Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
      › try {    $result = $provider->authenticate($token);arguments: {
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#413 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:152 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
      › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);arguments: {
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#413 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:117 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
      › 
      › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);arguments: {
        $uniqueGuardKey: "main_0"
        $guardAuthenticator: App\Security\LoginAuthentificatorAuthenticator {#371 …}
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
      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 {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:64 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/security-http/Firewall.php:98 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
      › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        $listeners: Generator {#313 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#244 …}
        }
      }
    }
    /var/www/preprod/fert/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#244 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
      › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
        $listeners: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /var/www/preprod/fert/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        ...: {
          "kernel.request"
        }
      }
    }
    /var/www/preprod/fert/vendor/symfony/http-kernel/HttpKernel.php:134 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        ...: {
          "kernel.request"
        }
      }
    }
    /var/www/preprod/fert/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#12 …}
        $type: 1
      }
    }
    /var/www/preprod/fert/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#12 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/preprod/fert/public/index.php:61 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#12 …}
      }
    }
  }
}
_security.last_username
"Tanjona"

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"ff80ca6908052b7d0113c11f72b0eab7"
BASE_DIR
""
DATABASE_URL
"pgsql://postgres:[email protected]:5432/fert"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"89"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/preprod/fert/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/preprod/fert/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_ACCEPT_LANGUAGE
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
HTTP_ALT_USED
"e-roso.net"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"129.222.109.222"
HTTP_CF_IPCOUNTRY
"MG"
HTTP_CF_RAY
"9bcaffce798a489e-LIS"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_COOKIE
"PHPSESSID=92ut4uphmm5k6o2tt49j0o9ftq"
HTTP_HOST
"e-roso.net"
HTTP_ORIGIN
"https://e-roso.net"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://e-roso.net/login"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0"
HTTP_X_FORWARDED_FOR
"129.222.109.222"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"172.68.102.76"
REMOTE_PORT
"13471"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1768203558
REQUEST_TIME_FLOAT
1768203558.328
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/preprod/fert/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.39.73.169"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"e-roso.net"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at e-roso.net Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,BASE_DIR,DATABASE_URL"