https://backend.barcelona-open.com/.well-known/sg-hosted-ping

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true

Request Headers

Header Value
connection
"close"
content-type
"application/json"
host
"backend.barcelona-open.com"
user-agent
"Avalon API Client"
x-forwarded-for
"34.90.175.76"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Sat, 21 Sep 2024 09:39:15 GMT"
expires
-1
pragma
"no-cache"
x-debug-exception
"No%20route%20found%20for%20%22GET%20%2F.well-known%2Fsg-hosted-ping%22"
x-debug-exception-file
"%2Fhome%2Fuser%2Fweb%2Ftrambarcelonaopen-backend.tridenia.es%2Fpublic_html%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:136"
x-debug-token
"342b67"
x-debug-token-link
"https://backend.barcelona-open.com/_profiler/e45ada"
x-previous-debug-token
"e45ada"
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
"6db8ffc905ead65fc60e80f88633cf64"
DATABASE_URL
"mysql://root@127.0.0.1:3306/admin_db_trambo?serverVersion=5.7"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/home/user/web/backend.barcelona-open.com/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/user/web/backend.barcelona-open.com/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/user"
HTTPS
"on"
HTTP_CONNECTION
"close"
HTTP_HOST
"backend.barcelona-open.com"
HTTP_USER_AGENT
"Avalon API Client"
HTTP_X_FORWARDED_FOR
"34.90.175.76"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/.well-known/sg-hosted-ping"
REMOTE_ADDR
"34.90.175.76"
REMOTE_PORT
"36850"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726911555
REQUEST_TIME_FLOAT
1726911555.6624
REQUEST_URI
"/.well-known/sg-hosted-ping"
SCRIPT_FILENAME
"/home/user/web/backend.barcelona-open.com/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"172.31.22.65"
SERVER_ADMIN
"info@backend.barcelona-open.com"
SERVER_NAME
"backend.barcelona-open.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
TEMP
"/home/user/tmp"
TMP
"/home/user/tmp"
TMPDIR
"/home/user/tmp"
USER
"user"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = e45ada)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#201
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET /.well-known/sg-hosted-ping""
  #code: 0
  #file: "/home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#180 …}
  trace: {
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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);}
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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);}
    }
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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 {
    }
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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);}
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/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) {
    }
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/vendor/symfony/http-kernel/Kernel.php:195 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/user/web/trambarcelonaopen-backend.tridenia.es/public_html/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#43 …6}