https://peoplewhotravel.com/xmlrpc.php

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

No attributes

Request Headers

Header Value
accept
"*/*"
accept-language
"pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.2"
connection
"Keep-Alive"
content-length
"680"
content-type
"text/xml; charset=utf-8"
host
"peoplewhotravel.com"
user-agent
"Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/99.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Raw

<?xml version="1.0"?><methodCall><methodName>metaWeblog.newPost</methodName><params><param><value><string>1</string></value></param><param><value><string>83767</string></value></param><param><value><string>83767</string></value></param><param><value><struct><member><name>title</name><value><string>0x1d8daa9f</string></value></member><member><name>description</name><value><string>0x1d8daa9f</string></value></member><member><name>mt_keywords</name><value><string>0x1d8daa9f</string></value></member><member><name>mt_excerpt</name><value><string>0x1d8daa9f</string></value></member></struct></value></param><param><value><boolean>1</boolean></value></param></params></methodCall>

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 27 Jul 2025 17:37:05 GMT"
x-debug-token
"e72410"
x-debug-token-link
"https://peoplewhotravel.com/_profiler/8dbbae"
x-previous-debug-token
"8dbbae"
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_DEBUG
"true"
APP_ENV
"dev"
APP_SECRET
"d52a3329b7d7a55ec91de86b71d523bc"
DATABASE_URL
"mysql://papillon:capatl2018@127.0.0.1:3306/papillon"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"680"
CONTENT_TYPE
"text/xml; charset=utf-8"
CONTEXT_DOCUMENT_ROOT
"/srv/d_bouznika/www/papillon_v4/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/srv/d_bouznika/www/papillon_v4/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_LANGUAGE
"pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.2"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"peoplewhotravel.com"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.2; arm64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/99.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"peoplewhotravel.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/xmlrpc.php"
REMOTE_ADDR
"187.21.75.135"
REMOTE_PORT
"49254"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1753637825
REQUEST_TIME_FLOAT
1753637825.5423
REQUEST_URI
"/xmlrpc.php"
SCRIPT_FILENAME
"/srv/d_bouznika/www/papillon_v4/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"217.70.189.162"
SERVER_ADMIN
"contact@cap-atlantic.com"
SERVER_NAME
"peoplewhotravel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.25 (Debian) Server at peoplewhotravel.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.25 (Debian)"
SSL_TLS_SNI
"peoplewhotravel.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL"

Sub Requests 1

ErrorController (token = 8dbbae)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#228
  -statusCode: 404
  -headers: []
  #message: "No route found for "POST /xmlrpc.php""
  #code: 0
  #file: "/srv/d_bouznika/www/papillon_v4/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#189 …}
  trace: {
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
      › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/http-kernel/HttpKernel.php:134 {
      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);}
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /srv/d_bouznika/www/papillon_v4/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /srv/d_bouznika/www/papillon_v4/public/index.php:36 {
      › 
      › $response = $kernel->handle($request);}
  }
}
logger
null