https://mlcapp.org/

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0x01
[
  "Ganyu"
]

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
[]
_stopwatch_token
"f55a7f"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"16"
content-type
"application/x-www-form-urlencoded"
host
"mlcapp.org"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
x-php-ob-level
"1"

Request Content

Raw

0x01%5B%5D=Ganyu

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 04 Jul 2025 10:29:50 GMT"
location
"/"
x-debug-token
"e5bd63"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Fri, 04 Jul 25 10:29:50 +0000"
Last used
"Fri, 04 Jul 25 10:29:50 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#273
  #message: ""
  #code: 0
  #file: "/var/www/html/mlc/src/Security/AppCustomAuthenticator.php"
  #line: 68
  -token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#240 …}
  trace: {
    /var/www/html/mlc/src/Security/AppCustomAuthenticator.php:68 {
      App\Security\AppCustomAuthenticator->getUser($credentials, UserProviderInterface $userProvider) …
      › if (!$this->csrfTokenManager->isTokenValid($token)) {    throw new InvalidCsrfTokenException();}
    }
    /var/www/html/mlc/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:105 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
      › // get the user from the GuardAuthenticator$user = $guardAuthenticator->getUser($token->getCredentials(), $this->userProvider);}
    /var/www/html/mlc/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:99 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
      › 
      ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
    }
    /var/www/html/mlc/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:85 {
      Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
      › try {    $result = $provider->authenticate($token);}
    /var/www/html/mlc/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:157 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
      › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
    /var/www/html/mlc/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:122 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
      › 
      › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
    /var/www/html/mlc/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) {
    }
    /var/www/html/mlc/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);}
    }
    /var/www/html/mlc/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:64 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/html/mlc/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/html/mlc/vendor/symfony/security-http/Firewall.php:98 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
      › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
    }
    /var/www/html/mlc/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);}
    /var/www/html/mlc/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/mlc/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);}
    /var/www/html/mlc/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/mlc/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/mlc/vendor/symfony/http-kernel/HttpKernel.php:145 {
      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);}
    /var/www/html/mlc/vendor/symfony/http-kernel/HttpKernel.php:81 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/html/mlc/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 {
    }
    /var/www/html/mlc/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
_security.last_username
null

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"b22931337c4368ae0575a792a8244d1a"
DATABASE_URL
"mysql://juniordb:logisoft1010@127.0.0.1:3306/mlc?serverVersion=5.7&charset=utf8mb4"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"16"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/mlc/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/mlc/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"mlcapp.org"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"mlcapp.org"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"159.223.38.31"
REMOTE_PORT
"62541"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1751624990
REQUEST_TIME_FLOAT
1751624990.8619
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/html/mlc/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"178.18.245.223"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"mlcapp.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at mlcapp.org Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"mlcapp.org"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH"