https://138.201.39.205/./RestAPI/LogonCustomization

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
Save
"yes"
form
"smartcard"
methodToCall
"unspecified"
operation
"Add"

Uploaded Files

Key Value
CERTIFICATE_PATH
Symfony\Component\HttpFoundation\File\UploadedFile {#14
  -test: false
  -originalName: "Si.class"
  -mimeType: "application/octet-stream"
  -error: 0
  path: "/tmp"
  filename: "phpM2jb7w"
  basename: "phpM2jb7w"
  pathname: "/tmp/phpM2jb7w"
  extension: ""
  realPath: "/tmp/phpM2jb7w"
  aTime: 2025-10-27 21:58:58
  mTime: 2025-10-27 21:58:58
  cTime: 2025-10-27 21:58:58
  inode: 806848
  size: 595
  perms: 0100600
  owner: 33
  group: 33
  type: "file"
  writable: true
  readable: true
  executable: false
  file: true
  dir: false
  link: false
}

Request Attributes

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#144
  -statusCode: 404
  -headers: []
  #message: "No route found for "POST /./RestAPI/LogonCustomization""
  #code: 0
  #file: "/home/kulahcioglu/efinans/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#128 …}
  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 {#74 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
        }
      }
    }
    /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 {#74 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#66 …}
      }
    }
    /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 {#74 …}
      }
    }
    /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 {#74 …}
        $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 {#74 …}
        $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 {#88 …6}

Request Headers

Header Value
accept-encoding
"gzip"
connection
"close"
content-length
"1130"
content-type
"multipart/form-data; boundary=43992a07d9a30213782780204a9f032b"
host
"138.201.39.205"
user-agent
"Mozilla/5.0 (CentOS; Linux i686; rv:123.0) Gecko/20100101 Firefox/123.0"
x-php-ob-level
"1"

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
"Mon, 27 Oct 2025 18:58:58 GMT"
x-debug-exception
"No%20route%20found%20for%20%22POST%20%2F.%2FRestAPI%2FLogonCustomization%22"
x-debug-exception-file
"%2Fhome%2Fkulahcioglu%2Fefinans%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:136"
x-debug-token
"3520f0"

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
"1130"
CONTENT_TYPE
"multipart/form-data; boundary=43992a07d9a30213782780204a9f032b"
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_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_CONTENT_LENGTH
"1130"
HTTP_CONTENT_TYPE
"multipart/form-data; boundary=43992a07d9a30213782780204a9f032b"
HTTP_HOST
"138.201.39.205"
HTTP_USER_AGENT
"Mozilla/5.0 (CentOS; Linux i686; rv:123.0) Gecko/20100101 Firefox/123.0"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"194.165.16.11"
REMOTE_PORT
"53120"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1761591538
REQUEST_TIME_FLOAT
1761591538.1074
REQUEST_URI
"/./RestAPI/LogonCustomization"
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"

Parent Request

Return to parent request (token = d13e34)

Key Value
_remove_csp_headers
true