http://202.131.233.39/login.asp

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_editmode
false
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_stopwatch_token
"868a38"

Request Headers

Header Value
connection
"close"
host
"202.131.233.39:80"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-language
"en"
content-type
"text/html; charset=UTF-8"
date
"Mon, 18 Nov 2024 14:47:19 GMT"
expires
"Tue, 01 Jan 1980 00:00:00 GMT"
pragma
"no-cache"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2F202.131.233.39%2Flogin.asp%22"
x-debug-exception-file
"%2Fopt%2Fbitnami%2Fpimcore%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:136"
x-debug-token
"0dbfc5"
x-debug-token-link
"http://202.131.233.39/_profiler/771106"
x-powered-by
"pimcore"
x-previous-debug-token
"771106"
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
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/opt/bitnami/pimcore/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/opt/bitnami/pimcore/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/sbin"
HTTP_CONNECTION
"close"
HTTP_HOST
"202.131.233.39:80"
PATH
"/opt/bitnami/apache/bin:/opt/bitnami/common/bin:/opt/bitnami/apache/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/opt/bitnami/gonit/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/nami/bin:/opt/bitnami/apache/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/opt/bitnami/gonit/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_APP_ENV
"dev"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login.asp"
REMOTE_ADDR
"194.50.16.198"
REMOTE_PORT
"59736"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1731941239
REQUEST_TIME_FLOAT
1731941239.4245
REQUEST_URI
"/login.asp"
SCRIPT_FILENAME
"/opt/bitnami/pimcore/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.10.62"
SERVER_ADMIN
"you@example.com"
SERVER_NAME
"202.131.233.39"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
USER
"daemon"

Sub Requests 1

ErrorController (token = 771106)

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
_stopwatch_token
"472de2"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1875
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET http://202.131.233.39/login.asp""
  #code: 0
  #file: "/opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1865 …}
  trace: {
    /opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /opt/bitnami/pimcore/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);}
    }
    /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
      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);}
    /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /opt/bitnami/pimcore/public/index.php:36 {
      › 
      › $response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#329 …6}