Error 404 Not Found

POST https://stiexpressbd.com//xmlrpc.php

Forwarded to ErrorController (df5949)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"26c2f4"

Request Headers

Header Value
content-length
"484"
content-type
"application/xml"
host
"stiexpressbd.com"
keep-alive
"300"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
x-forwarded-for
"146.70.178.246"
x-forwarded-proto
"https"
x-https
"on"
x-php-ob-level
"1"

Request Content

Raw

<?xml version="1.0"?><methodCall><methodName>system.multicall</methodName><params><param><value><array><data>
<value><struct><member><name>methodName</name><value><string>wp.getUsersBlogs</string></value></member><member><name>params</name><value><array><data><value><array><data><value><string>admin</string></value><value><string>admin</string></value></data></array></value></data></array></value></member></struct></value>
</data></array></value></param></params></methodCall>

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 19 May 2026 08:16:24 GMT"
x-debug-exception
"No%20route%20found%20for%20%22POST%20https%3A%2F%2Fstiexpressbd.com%2F%2Fxmlrpc.php%22"
x-debug-exception-file
"%2Fhome%2Fstieemfh%2Fpublic_html%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:128"
x-debug-token
"390c1e"
x-debug-token-link
"https://stiexpressbd.com/_profiler/df5949"
x-previous-debug-token
"df5949"
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
"c52f759c9dcfd8ed56c689c95852f3c6"
DATABASE_URL
"mysql://stieemfh_erpuser:BpitStiMaaExpBaBA@127.0.0.1:3306/stieemfh_erpdb?serverVersion=8&charset=utf8mb4"
MAILER_DSN
"smtp://sender@stiexpressbd.com:StiExpSender@mail.stiexpressbd.com:587?verify_peer=false"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"484"
CONTENT_TYPE
"application/xml"
DOCUMENT_ROOT
"/home/stieemfh/public_html"
HTTPS
"on"
HTTP_HOST
"stiexpressbd.com"
HTTP_KEEP_ALIVE
"300"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
HTTP_X_FORWARDED_FOR
"146.70.178.246"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_HTTPS
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
PROXY_REMOTE_ADDR
"66.29.146.39"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"POST"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/xmlrpc.php"
REMOTE_ADDR
"146.70.178.246"
REMOTE_PORT
"43142"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1779178584
REQUEST_TIME_FLOAT
1779178584.7826
REQUEST_URI
"//xmlrpc.php"
SCRIPT_FILENAME
"/home/stieemfh/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://stiexpressbd.com/xmlrpc.php"
SCRIPT_URL
"/xmlrpc.php"
SERVER_ADDR
"66.29.146.39"
SERVER_ADMIN
"webmaster@stiexpressbd.com"
SERVER_NAME
"stiexpressbd.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN"
X-LSCACHE
"on"

Sub Requests 1

ErrorController (token = df5949)

Key Value
_controller
"error_controller"
_stopwatch_token
"5044e8"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#106
  #message: "No route found for "POST https://stiexpressbd.com//xmlrpc.php""
  #code: 0
  #file: "/home/stieemfh/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 128
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#188 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/stieemfh/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php:128 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/stieemfh/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /home/stieemfh/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/stieemfh/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/stieemfh/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/stieemfh/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);}
    /home/stieemfh/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/stieemfh/public_html/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {
    }
    /home/stieemfh/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();
    }
    /home/stieemfh/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/stieemfh/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/stieemfh/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#265 …8}