https://zebunet.studiolab.fr/

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"99ed5e"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"20"
content-type
"application/x-www-form-urlencoded"
host
"zebunet.studiolab.fr"
user-agent
"python-requests/2.31.0"
x-php-ob-level
"1"

Request Content

Raw

0x%5B%5D=androxgh0st

Response

Response Headers

Header Value
allow
"GET"
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 14 Nov 2024 03:12:14 GMT"
x-debug-exception
"No%20route%20found%20for%20%22LINK%20https%3A%2F%2Fzebunet.studiolab.fr%2F%22%3A%20Method%20Not%20Allowed%20%28Allow%3A%20GET%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fzebunet%2Fsymfony%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:139"
x-debug-token
"4b1257"
x-debug-token-link
"https://zebunet.studiolab.fr/_profiler/94839e"
x-previous-debug-token
"94839e"
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_EMAIL_FROM_ADDRESS
"contact@zebu.net"
APP_EMAIL_FROM_NAME
"Zebunet"
APP_ENV
"dev"
APP_MEMBERSHIP_AMOUNT
"35"
APP_MEMBERSHIP_AMOUNT_AFTER_TAX_DEDUCTION
"12"
APP_SECRET
"3810244099a535d08b261d4b6ea3e378"
APP_TAX_DEDUCTION_PERCENTAGE
"66"
BASE_FRONTEND
"http://preprod.zebu.net/"
DATABASE_URL
"mysql://zebunet:89XUQCc847WLasac@127.0.0.1:3306/zebunet?serverVersion=mariadb-10.3.36"
LEGACY_DATABASE_URL
"mysql://do_no_commit:do_no_commit@127.0.0.1:3306/zebunet?serverVersion=mariadb-10.3.36"
MAILER_DSN
"smtp://contact@zebu.net:@ssl0.ovh.net:587"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
STRIPE_API_KEY
"sk_test_51Lk3v1JP1scSWj6yv4Nt1chWdcc4aw68M3Tjvwrg1M5ipzfyXS3k2X8AgYwix1RXBhyciyqWqVhFHEXXkUsLJzCp00HPic4BAF"
WORDPRESS_DATABASE_URL
"mysql://do_no_commit:do_no_commit@127.0.0.1:3306/zebunet4_wp?serverVersion=mariadb-10.3.36"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"20"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/zebunet/symfony/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/zebunet/symfony/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"zebunet.studiolab.fr"
HTTP_USER_AGENT
"python-requests/2.31.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"zebunet.studiolab.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"97.74.88.7"
REMOTE_PORT
"9578"
REQUEST_METHOD
"LINK"
REQUEST_SCHEME
"https"
REQUEST_TIME
1731553934
REQUEST_TIME_FLOAT
1731553934.1884
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/zebunet/symfony/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.38.38.47"
SERVER_ADMIN
"victoria@studiolab.fr"
SERVER_NAME
"zebunet.studiolab.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.38 (Debian) Server at zebunet.studiolab.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.38 (Debian)"
SSL_TLS_SNI
"zebunet.studiolab.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,WORDPRESS_DATABASE_URL,LEGACY_DATABASE_URL,MESSENGER_TRANSPORT_DSN,APP_MEMBERSHIP_AMOUNT,APP_MEMBERSHIP_AMOUNT_AFTER_TAX_DEDUCTION,APP_TAX_DEDUCTION_PERCENTAGE,APP_EMAIL_FROM_ADDRESS,APP_EMAIL_FROM_NAME,DATABASE_URL,MAILER_DSN,STRIPE_API_KEY,BASE_FRONTEND"

Sub Requests 1

ErrorController (token = 94839e)

Key Value
_controller
"error_controller"
_stopwatch_token
"5cd27f"
exception
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException {#404
  #message: "No route found for "LINK https://zebunet.studiolab.fr/": Method Not Allowed (Allow: GET)"
  #code: 0
  #file: "/var/www/zebunet/symfony/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 139
  -previous: Symfony\Component\Routing\Exception\MethodNotAllowedException {#347 …}
  -statusCode: 405
  -headers: [
    "Allow" => "GET"
  ]
  trace: {
    /var/www/zebunet/symfony/vendor/symfony/http-kernel/EventListener/RouterListener.php:139 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);}
    }
    /var/www/zebunet/symfony/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/zebunet/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/zebunet/symfony/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/zebunet/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/zebunet/symfony/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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/zebunet/symfony/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/zebunet/symfony/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 {
    }
    /var/www/zebunet/symfony/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/zebunet/symfony/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/zebunet/symfony/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/zebunet/symfony/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#143 …9}