http://141.95.157.197/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\LoginController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"655408"

Request Headers

Header Value
accept
"application/json, text/event-stream"
accept-encoding
"gzip"
connection
"close"
content-length
"151"
content-type
"application/json"
host
"141.95.157.197"
mcp-protocol-version
"2025-03-26"
user-agent
"Mozilla/5.0 (compatible; Infrawatch/1.0; +https://infrawat.ch/)"
x-php-ob-level
"1"

Request Content

Pretty

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "initialize",
    "params": {
        "capabilities": {},
        "clientInfo": {
            "name": "client",
            "version": "0"
        },
        "protocolVersion": "2025-03-26"
    }
}

Raw

{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{},"clientInfo":{"name":"client","version":"0"},"protocolVersion":"2025-03-26"}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sat, 27 Jun 2026 04:19:14 GMT"
vary
"Accept"
x-debug-exception
"The%20key%20%22_username%22%20must%20be%20a%20string%2C%20%22NULL%22%20given."
x-debug-exception-file
"%2Fvar%2Fwww%2Fcsp-test%2Fvendor%2Fsymfony%2Fsecurity-http%2FAuthenticator%2FFormLoginAuthenticator.php:130"
x-debug-token
"69d8c1"
x-debug-token-link
"http://141.95.157.197/_profiler/938c6b"
x-previous-debug-token
"938c6b"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

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_DB_ADMIN_PORT
"8088"
APP_ENV
"dev"
APP_NAME
"csp_crm_v3"
APP_PORT
"8080"
APP_SECRET
"ca74f0ca1daf8309db5da307708012cd"
BACKUP_HOST
"ftpback-rbx3-543.ovh.net"
BACKUP_LOGIN
"ns3212343.ip-141-95-157.eu"
BACKUP_PASSWORD
"gbEuGeyDmN"
DATABASE_URL
"mysql://cspcrm_user:CNPF3OumGrMu7iDP@127.0.0.1:2663/cspcrm_test?serverVersion=10.5"
DB_PORT
"2663"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MYSQL_DB
"cspcrm_test"
MYSQL_HOST
"127.0.0.1"
MYSQL_PASS
"CNPF3OumGrMu7iDP"
MYSQL_ROOT_PASS
"cspcrm_user"
MYSQL_USER
"cspcrm_user"
REDIS_PASSWORD
"ad421b1604386644058c160c9fa9fe0aa86760e41843781fb110998c2bbbcbb0"
REDIS_PORT
"6399"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"151"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/csp-test/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/csp-test/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"application/json, text/event-stream"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"141.95.157.197"
HTTP_MCP_PROTOCOL_VERSION
"2025-03-26"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Infrawatch/1.0; +https://infrawat.ch/)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_SCRIPT_URI
"http://141.95.157.197/login"
REDIRECT_SCRIPT_URL
"/login"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"193.32.209.238"
REMOTE_PORT
"3544"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1782533953
REQUEST_TIME_FLOAT
1782533953.9953
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/csp-test/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://141.95.157.197/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"141.95.157.197"
SERVER_ADMIN
"bellamkaddem@gmail.com"
SERVER_NAME
"141.95.157.197"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.67 (Debian) Server at 141.95.157.197 Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.67 (Debian)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,MYSQL_HOST,MYSQL_ROOT_PASS,MYSQL_USER,MYSQL_PASS,MYSQL_DB,DB_PORT,DATABASE_URL,APP_NAME,APP_PORT,APP_DB_ADMIN_PORT,REDIS_PORT,REDIS_PASSWORD,BACKUP_HOST,BACKUP_LOGIN,BACKUP_PASSWORD"

Sub Requests 1

ErrorController (token = 938c6b)

Key Value
_controller
"error_controller"
_stopwatch_token
"6531ae"
exception
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#369
  #message: "The key "_username" must be a string, "NULL" given."
  #code: 0
  #file: "/var/www/csp-test/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
  #line: 130
  -statusCode: 400
  -headers: []
  trace: {
    /var/www/csp-test/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:130 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->getCredentials(Request $request): array …
      › if (!\is_string($credentials['username']) && !$credentials['username'] instanceof \Stringable) {    throw new BadRequestHttpException(sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username'])));}
    }
    /var/www/csp-test/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:83 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->authenticate(Request $request): Passport …
      › {    $credentials = $this->getCredentials($request);}
    /var/www/csp-test/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:60 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
    }
    /var/www/csp-test/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:171 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /var/www/csp-test/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/csp-test/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/csp-test/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) {
    }
    /var/www/csp-test/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /var/www/csp-test/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/csp-test/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);}
    }
    /var/www/csp-test/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/csp-test/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/csp-test/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/csp-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/csp-test/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/csp-test/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);}
    }
    /var/www/csp-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:153 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/csp-test/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);}
    /var/www/csp-test/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/csp-test/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
    }
    /var/www/csp-test/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/csp-test/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/csp-test/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/csp-test/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#159 …7}