https://shop5.tenryu-magna.com/

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0x01
[
  "legion"
]

Uploaded Files

No files were uploaded

Request Attributes

No attributes

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
authorization
""
content-length
"17"
content-type
"application/x-www-form-urlencoded"
host
"shop5.tenryu-magna.com"
listen-ipaddr
"163.43.80.47"
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
"0"
x-real-ip
"207.180.196.165"

Request Content

Raw

0x01%5B%5D=legion

Response

Response Headers

Header Value
allow
"GET"
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 21 Sep 2024 04:31:35 GMT"
x-debug-token
"68b5da"
x-previous-debug-token
"70b60a"

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
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"install"
CONTENT_LENGTH
"17"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/home/tenryu-magna/www/shop5"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/tenryu-magna/www/shop5"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_AUTHORIZATION
""
HTTP_HOST
"shop5.tenryu-magna.com"
HTTP_LISTEN_IPADDR
"163.43.80.47"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
HTTP_X_REAL_IP
"207.180.196.165"
PATH
"/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"207.180.196.165"
REMOTE_HOST
"vmi194610.contaboserver.net"
REMOTE_PORT
"0"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726893095
REQUEST_TIME_FLOAT
1726893095.2151
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/tenryu-magna/www/shop5/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"100.64.0.67"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"shop5.tenryu-magna.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 70b60a)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException {#222
  -statusCode: 405
  -headers: [
    "Allow" => "GET"
  ]
  #message: "No route found for "POST https://shop5.tenryu-magna.com/": Method Not Allowed (Allow: GET)"
  #code: 0
  #file: "/home/tenryu-magna/www/shop5/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 139
  -previous: Symfony\Component\Routing\Exception\MethodNotAllowedException {#221 …}
  trace: {
    /home/tenryu-magna/www/shop5/vendor/symfony/http-kernel/EventListener/RouterListener.php:139 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);}
    }
    /home/tenryu-magna/www/shop5/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#194 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#104 …}
        }
      }
    }
    /home/tenryu-magna/www/shop5/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#194 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#104 …}
      }
    }
    /home/tenryu-magna/www/shop5/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);}
      arguments: {
        $listeners: [ …13]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#194 …}
      }
    }
    /home/tenryu-magna/www/shop5/vendor/symfony/http-kernel/HttpKernel.php:129 {
      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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#194 …}
        $eventName: "kernel.request"
      }
    }
    /home/tenryu-magna/www/shop5/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
      }
    }
    /home/tenryu-magna/www/shop5/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
        $catch: true
      }
    }
    /home/tenryu-magna/www/shop5/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#188 …8}