https://dev.exteyo.com/graphql

GraphController :: endpointAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Overblog\GraphQLBundle\Controller\GraphController::endpointAction"
_firewall_context
"security.firewall.map.context.ibexa_front"
_format
"json"
_locale
"en_GB"
_route
"overblog_graphql_endpoint"
_route_params
[
  "_format" => "json"
]
_security_firewall_run
"_security_ibexa_front"
_stopwatch_token
"e0c957"
is_rest_request
false
semanticPathinfo
"/graphql"
siteaccess
Ibexa\Core\MVC\Symfony\SiteAccess {#991
  +name: "site"
  +groups: []
  +matchingType: "default"
  +matcher: null
  +provider: null
}
viewParameters
[]
viewParametersString
""

Request Headers

Header Value
accept
"application/json"
accept-encoding
"gzip"
authorization
""
connection
"close"
content-length
"75"
content-type
"application/json"
host
"dev.exteyo.com"
user-agent
"Mozilla/5.0 (l9scan/2.0.23e26353e2334323e2633313; +https://leakix.net)"
x-php-ob-level
"1"
x-real-ip
"167.99.181.249"

Request Content

Pretty

{
    "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
}

Raw

{"query":"query IntrospectionQuery{__schema{queryType{name} types{name}}}"}

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"application/json"
date
"Tue, 16 Dec 2025 11:02:50 GMT"
expires
-1
pragma
"no-cache"
vary
[
  "cookie"
  "authorization"
]
x-cache-debug
1
x-debug-token
"fa9786"
x-powered-by
"Ibexa Open Source v4"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/exteyo.com/dev.exteyo.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/exteyo.com/dev.exteyo.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"09973e37f9a9da5a34dd0bac474733a9"
CACHE_DSN
"localhost"
CACHE_NAMESPACE
"ibexa"
CACHE_POOL
"cache.tagaware.filesystem"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_CHARSET
"utf8mb4"
DATABASE_COLLATION
"utf8mb4_unicode_520_ci"
DATABASE_URL
"mysql://exteyo_dev:exteyo_dev@127.0.0.1:3306/exteyo_dev?mariadb-serverVersion=10.2.36"
DATABASE_VERSION
"mariadb-10.2.36"
HTTPCACHE_DEFAULT_TTL
"86400"
HTTPCACHE_PURGE_SERVER
"http://localhost:80"
HTTPCACHE_VARNISH_INVALIDATE_TOKEN
""
IBEXA_EDITION
"oss"
JWT_PASSPHRASE
"d14ca1923bac483a3b9cca7ac89c317b"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"semaphore"
MAILER_URL
"null://localhost"
SEARCH_ENGINE
"legacy"
SESSION_HANDLER_ID
"session.handler.native_file"
SESSION_SAVE_PATH
"%kernel.project_dir%/var/sessions/%kernel.environment%"
SOLR_CORE
"collection1"
SOLR_DSN
"http://localhost:8983/solr"
TRUSTED_PROXIES
"127.0.0.1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTENT_LENGTH
"75"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/exteyo.com/dev.exteyo.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/exteyo.com/dev.exteyo.com/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"application/json"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"dev.exteyo.com"
HTTP_USER_AGENT
"Mozilla/5.0 (l9scan/2.0.23e26353e2334323e2633313; +https://leakix.net)"
HTTP_X_REAL_IP
"167.99.181.249"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/graphql"
PP_CUSTOM_PHP_CGI_INDEX
"plesk-php74-fastcgi"
PP_CUSTOM_PHP_INI
"/var/www/vhosts/system/dev.exteyo.com/etc/php.ini"
QUERY_STRING
""
REMOTE_ADDR
"167.99.181.249"
REMOTE_PORT
"23112"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765882970
REQUEST_TIME_FLOAT
1765882970.0053
REQUEST_URI
"/graphql"
SCRIPT_FILENAME
"/var/www/vhosts/exteyo.com/dev.exteyo.com/public/index.php"
SCRIPT_NAME
"/graphql"
SCRIPT_URI
"https://dev.exteyo.com/graphql"
SCRIPT_URL
"/graphql"
SERVER_ADDR
"136.243.56.2"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dev.exteyo.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at dev.exteyo.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"dev.exteyo.com"
SYMFONY_DOTENV_VARS
"APP_SECRET,DATABASE_URL,SEARCH_ENGINE,HTTPCACHE_DEFAULT_TTL,HTTPCACHE_PURGE_SERVER,HTTPCACHE_VARNISH_INVALIDATE_TOKEN,TRUSTED_PROXIES,CACHE_POOL,CACHE_DSN,CACHE_NAMESPACE,DATABASE_CHARSET,DATABASE_COLLATION,DATABASE_VERSION,SESSION_HANDLER_ID,SESSION_SAVE_PATH,SOLR_DSN,SOLR_CORE,IBEXA_EDITION,MAILER_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,LOCK_DSN"
UNIQUE_ID
"aUE8WRRhrDzT6qD0IE9snAAAAIo"