https://peoplewhotravel.com//xmlrpc.php?rsd=

n/a

Request

GET Parameters

Key Value
rsd
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

No attributes

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-language
"en-US,en;q=0.5"
connection
"keep-alive"
cookie
"PHPSESSID=6a4025ghq7ft565m780g7f4lff"
host
"peoplewhotravel.com"
keep-alive
"300"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36"
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, 06 Apr 2026 09:09:14 GMT"
x-debug-token
"32e5c7"
x-debug-token-link
"https://peoplewhotravel.com/_profiler/df69f2"
x-previous-debug-token
"df69f2"
x-robots-tag
"noindex"

Cookies

Request Cookies

Key Value
PHPSESSID
"6a4025ghq7ft565m780g7f4lff"

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
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
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=6a4025ghq7ft565m780g7f4lff"
HTTP_HOST
"peoplewhotravel.com"
HTTP_KEEP_ALIVE
"300"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"rsd"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"rsd"
REDIRECT_SSL_TLS_SNI
"peoplewhotravel.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/xmlrpc.php"
REMOTE_ADDR
"168.110.219.99"
REMOTE_PORT
"50501"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775466554
REQUEST_TIME_FLOAT
1775466554.3554
REQUEST_URI
"//xmlrpc.php?rsd"
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 = df69f2)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#228
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET //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