https://138.201.39.205/.env.development%20

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0x
[
  "DTAB"
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true

Request Headers

Header Value
accept
"*/*"
accept-encoding
"*"
connection
"keep-alive"
content-length
"13"
content-type
"application/x-www-form-urlencoded"
host
"138.201.39.205"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"
x-php-ob-level
"1"

Request Content

Raw

0x%5B%5D=DTAB

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 02 Aug 2025 13:38:32 GMT"
x-debug-exception
"No%20route%20found%20for%20%22POST%20%2F.env.development%2520%22"
x-debug-exception-file
"%2Fhome%2Fkulahcioglu%2Fefinans%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:136"
x-debug-token
"c82d9f"
x-debug-token-link
"https://138.201.39.205/_profiler/ec9226"
x-previous-debug-token
"ec9226"
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

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5db00d896d6f940e327a1bb88e9d581c"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"13"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DOCUMENT_ROOT
"/home/kulahcioglu/efinans/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"*"
HTTP_CONNECTION
"keep-alive"
HTTP_CONTENT_LENGTH
"13"
HTTP_CONTENT_TYPE
"application/x-www-form-urlencoded"
HTTP_HOST
"138.201.39.205"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"85.203.36.54"
REMOTE_PORT
"45763"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754141912
REQUEST_TIME_FLOAT
1754141912.2096
REQUEST_URI
"/.env.development%20"
SCRIPT_FILENAME
"/home/kulahcioglu/efinans/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"138.201.39.205"
SERVER_NAME
"efinans.kulahcioglu.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET"
USER
"www-data"

Sub Requests 1

ErrorController (token = ec9226)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#143
  -statusCode: 404
  -headers: []
  #message: "No route found for "POST /.env.development%20""
  #code: 0
  #file: "/home/kulahcioglu/efinans/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#127 …}
  trace: {
    /home/kulahcioglu/efinans/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/kulahcioglu/efinans/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#73 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#65 …}
        }
      }
    }
    /home/kulahcioglu/efinans/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 {#73 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#65 …}
      }
    }
    /home/kulahcioglu/efinans/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: [ …7]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#73 …}
      }
    }
    /home/kulahcioglu/efinans/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#73 …}
        $eventName: "kernel.request"
      }
    }
    /home/kulahcioglu/efinans/vendor/symfony/http-kernel/HttpKernel.php:133 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#73 …}
        $eventName: "kernel.request"
      }
    }
    /home/kulahcioglu/efinans/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
      }
    }
    /home/kulahcioglu/efinans/vendor/symfony/http-kernel/Kernel.php:196 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
        $catch: true
      }
    }
    /home/kulahcioglu/efinans/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#87 …6}