https://92.205.229.182/sitecore/shell/sitecore.version.xml

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
"fe7066"

Request Headers

Header Value
accept-encoding
"gzip,deflate"
connection
"close"
host
"92.205.229.182"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
x-https
"1"
x-php-ob-level
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 21 Dec 2024 16:44:41 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2F92.205.229.182%2Fsitecore%2Fshell%2Fsitecore.version.xml%22"
x-debug-exception-file
"%2Fhome%2Fbookoachroot%2Fpublic_html%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:130"
x-debug-token
"3003f8"
x-debug-token-link
"https://92.205.229.182/_profiler/4dd93f"
x-previous-debug-token
"4dd93f"
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_ENV
"dev"
APP_SECRET
"2ca64f8d83b9e89f5f19d672841d6bb8"
DATABASE_URL
"mysql://bookoachroot_24user_db1:Ohulge3t^RDe@127.0.0.1:3306/bookoachroot_db1_24"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
CONTEXT_PREFIX
"/cgi-sys"
DOCUMENT_ROOT
"/home/bookoachroot/public_html"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"92.205.229.182"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_X_HTTPS
"1"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/bookoachroot/public_html/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php81"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php81"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_HANDLER
"application/x-httpd-ea-php81"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"34.206.249.188"
REMOTE_PORT
"32174"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734799481
REQUEST_TIME_FLOAT
1734799481.5436
REQUEST_URI
"/sitecore/shell/sitecore.version.xml"
SCRIPT_FILENAME
"/home/bookoachroot/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://92.205.229.182/sitecore/shell/sitecore.version.xml"
SCRIPT_URL
"/sitecore/shell/sitecore.version.xml"
SERVER_ADDR
"92.205.229.182"
SERVER_ADMIN
"webmaster@bookoach.com"
SERVER_NAME
"92.205.229.182"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
TZ
"UTC"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 4dd93f)

Key Value
_controller
"error_controller"
_stopwatch_token
"7a8df7"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#236
  #message: "No route found for "GET https://92.205.229.182/sitecore/shell/sitecore.version.xml""
  #code: 0
  #file: "/home/bookoachroot/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 130
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#213 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/bookoachroot/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php:130 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/bookoachroot/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#148 …}
        }
      }
    }
    /home/bookoachroot/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#148 …}
      }
    }
    /home/bookoachroot/public_html/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: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/bookoachroot/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:152 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
      }
    }
    /home/bookoachroot/public_html/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
      }
    }
    /home/bookoachroot/public_html/vendor/symfony/http-kernel/HttpKernel.php:75 {
      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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $type: 1
      }
    }
    /home/bookoachroot/public_html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $type: 1
        $catch: true
      }
    }
    /home/bookoachroot/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
      }
    }
    /home/bookoachroot/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/bookoachroot/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/bookoachroot/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#38 …9}