ExceptionAction

Request

GET Parameters

Key Value
active
"1"
order
[
  "newsDate" => "desc"
]
pagination
"false"
properties
[
  "studioMedia"
  "category"
]
properties_2%…
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_api_operation
ApiPlatform\Metadata\GetCollection {#840
  #shortName: "News"
  #class: "App\Entity\News"
  #paginationEnabled: false
  #paginationType: null
  #paginationItemsPerPage: 9
  #paginationMaximumItemsPerPage: null
  #paginationPartial: null
  #paginationClientEnabled: true
  #paginationClientItemsPerPage: null
  #paginationClientPartial: null
  #paginationFetchJoinCollection: null
  #paginationUseOutputWalkers: null
  #order: null
  #description: "News API"
  #normalizationContext: [
    "groups" => [
      "news:read"
    ]
  ]
  #denormalizationContext: [
    "groups" => [
      "news:write"
    ]
  ]
  #collectDenormalizationErrors: null
  #security: null
  #securityMessage: null
  #securityPostDenormalize: null
  #securityPostDenormalizeMessage: null
  #securityPostValidation: null
  #securityPostValidationMessage: null
  #deprecationReason: null
  #filters: [
    "annotated_app_entity_news_api_platform_serializer_filter_property_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_order_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_date_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_search_filter"
  ]
  #validationContext: null
  #input: null
  #output: null
  #mercure: null
  #messenger: null
  #elasticsearch: null
  #urlGenerationStrategy: null
  #read: null
  #deserialize: null
  #validate: null
  #write: null
  #serialize: null
  #fetchPartial: null
  #forceEager: null
  #priority: 1
  #name: "_api_/news_get_collection"
  #provider: "ApiPlatform\Doctrine\Orm\State\CollectionProvider"
  #processor: "api_platform.doctrine.orm.state.persist_processor"
  #stateOptions: null
  #extraProperties: [
    "collection" => [
      "pagination" => [
        "enabled_parameter_name" => "pagination"
      ]
    ]
    "user_defined_uri_template" => true
  ]
  #method: "GET"
  #uriTemplate: "/news"
  #types: null
  #formats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #inputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #outputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #uriVariables: []
  #routePrefix: null
  #routeName: null
  #defaults: null
  #requirements: null
  #options: null
  #stateless: null
  #sunset: null
  #acceptPatch: null
  #status: null
  #host: null
  #schemes: null
  #condition: null
  #controller: null
  #cacheHeaders: null
  #paginationViaCursor: null
  #hydraContext: null
  #openapiContext: null
  #openapi: null
  #exceptionToStatus: null
  #queryParameterValidationEnabled: null
  -itemUriTemplate: null
}
_controller
"api_platform.action.exception"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1298
  -links: [
    1297 => Symfony\Component\WebLink\Link {#1297
      -href: "https://lucky-api.hu-ku.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"80d577"
exception
ErrorException {#763
  #message: "Warning: hex2bin(): Input string must be hexadecimal string"
  #code: 0
  #file: "/www/htdocs/w00eb28e/lucky-api/vendor/api-platform/core/src/Util/RequestParser.php"
  #line: 54
  #severity: E_WARNING
  trace: {
    /www/htdocs/w00eb28e/lucky-api/vendor/api-platform/core/src/Util/RequestParser.php:54 {
      ApiPlatform\Util\RequestParser::parseRequestParams(string $source): array …
      › 
      ›     return array_combine(array_map('hex2bin', array_keys($params)), $params);}
    }
    /www/htdocs/w00eb28e/lucky-api/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:60 {
      ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->onKernelRequest(RequestEvent $event): void …
      › $queryString = RequestParser::getQueryString($request);$queryParameters = $queryString ? RequestParser::parseRequestParams($queryString) : [];arguments: {
        $source: "616374697665=1&6f72646572[newsDate%5D=desc&706167696e6174696f6e=false&70726f70657274696573[0%5D=studioMedia&70726f70657274696573[1%5D=category&70726f70657274696573[2%25%E2%80%A6="
      }
    }
    /www/htdocs/w00eb28e/lucky-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#182 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#174 …}
        }
      }
    }
    /www/htdocs/w00eb28e/lucky-api/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#182 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#174 …}
      }
    }
    /www/htdocs/w00eb28e/lucky-api/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);}
      arguments: {
        $listeners: [ …19]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#182 …}
      }
    }
    /www/htdocs/w00eb28e/lucky-api/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#182 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w00eb28e/lucky-api/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#182 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w00eb28e/lucky-api/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3 …}
        $type: 1
      }
    }
    /www/htdocs/w00eb28e/lucky-api/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb28e/lucky-api/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3 …}
      }
    }
    /www/htdocs/w00eb28e/lucky-api/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /www/htdocs/w00eb28e/lucky-api/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/www/htdocs/w00eb28e/lucky-api/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#548 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"lucky-api.hu-ku.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"892799573"
x-php-ob-level
"0"
x-real-client-ip
"20.171.207.159"
x-real-client-ua
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/ld+json; charset=utf-8"
date
"Wed, 24 Sep 2025 04:01:19 GMT"
x-content-type-options
"nosniff"
x-debug-token
"76ef05"
x-frame-options
"deny"

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
"9a7a9134bde5f8b5d4ba605ece3b40d6"
APP_TIMEZONE
"Europe/Berlin"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
CRONJOB_TOKEN
"6ab3f3a92da4538a623ede513941024d81"
DATABASE_URL
"mysql://d03d9acc:xJ7xm4jfBvLgsMZK47Zh@localhost:3306/d03d9acc?serverVersion=mariadb-10.3.36"
DB_DATABASE
"d03d9acc"
DB_HOST
"localhost"
DB_PASSWORD
"xJ7xm4jfBvLgsMZK47Zh"
DB_USER
"d03d9acc"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_ENCRYPTION_KEY
"23d2cc4f78c7f351960d9240f8b21f8e"
OAUTH_PASSPHRASE
"652b90a5cbea4b2ce1892a11d54a3991"
OAUTH_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/private.pem"
OAUTH_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/www/htdocs/w00eb28e/lucky-api/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/www/htdocs/w00eb28e/lucky-api/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"29"
H2_STREAM_TAG
"786549-2520-29"
HOME
"/www/htdocs/w00eb28e"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"lucky-api.hu-ku.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"892799573"
HTTP_X_REAL_CLIENT_IP
"20.171.207.159"
HTTP_X_REAL_CLIENT_UA
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"active=1&order%5BnewsDate%5D=desc&pagination=false&properties%5B0%5D=studioMedia&properties%5B1%5D=category&properties%5B2%25%E2%80%A6="
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"29"
REDIRECT_H2_STREAM_TAG
"786549-2520-29"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"active=1&order%5BnewsDate%5D=desc&pagination=false&properties%5B0%5D=studioMedia&properties%5B1%5D=category&properties%5B2%25%E2%80%A6="
REDIRECT_SSL_CLIENT_CERT
""
REDIRECT_SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFHTCCBAWgAwIBAgISBomt+8PYxLNA7InsXw4LmZeNMA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTMwHhcNMjUwOTA0MDEyOTM4WhcNMjUxMjAzMDEyOTM3WjAeMRwwGgYDVQQD\n
ExNsdWNreS1hcGkuaHUta3UuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB\n
CgKCAQEA1IiiYHLRPouCoMjkUBWwzZcTQE5Bhu00v6YQMOUPQSgZFRDt47n6qFKb\n
C7H63/j8bVWQnUZNywSAGLGYwlf6hp7gRKJHVVeP7dDI7bBvsdJwslC51GJkqW6T\n
UDX7rWOkx5WsFSBGwkN0vAdnpjcGLTfvy/hB+IkBWRXajIFxE4e2kKvTPJLzt6pa\n
MruiDWNl6i+ii87/b5OH5kpR0c4qyu8rq3YZy4Ly7pjhDw6Hm8n2JIwaahz7B/Uc\n
rFneUAAroNpyyKmnuvJcMYl7MixNxNrX0L19YAp+oO0wVAuUEd5vNQaKqThY8mPj\n
hXRM47y8icrrG4GbhCr7+tyS8sYd1wIDAQABo4ICPjCCAjowDgYDVR0PAQH/BAQD\n
AgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAA\n
MB0GA1UdDgQWBBQa2K/UUuVPzgT5dvB0KPMoSr27vzAfBgNVHSMEGDAWgBTnq58P\n
LDOgU9NeT3jIsoQOO9aSMzAzBggrBgEFBQcBAQQnMCUwIwYIKwYBBQUHMAKGF2h0\n
dHA6Ly9yMTMuaS5sZW5jci5vcmcvMDcGA1UdEQQwMC6CE2x1Y2t5LWFwaS5odS1r\n
dS5jb22CF3d3dy5sdWNreS1hcGkuaHUta3UuY29tMBMGA1UdIAQMMAowCAYGZ4EM\n
AQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9yMTMuYy5sZW5jci5vcmcvMTQu\n
Y3JsMIIBBgYKKwYBBAHWeQIEAgSB9wSB9ADyAHcA7TxL1ugGwqSiAFfbyyTiOAHf\n
US/txIbFcA8g3bc+P+AAAAGZEo2DxwAABAMASDBGAiEAgax8ClOTK3KPoh8d0KOf\n
HfNT1qMXB0+r9r7SmME4n0YCIQDRSzWPFZsAjZmmTEZtYOvkKZqHWGQxciB9WzNn\n
WGPVrwB3AN3cyjSV1+EWBeeVMvrHn/g9HFDf2wA6FBJ2Ciysu8gqAAABmRKNg+AA\n
AAQDAEgwRgIhANk6RxnebBoCRRm8g+IHBkklsFGfRLrWXdR5yjb7dL/GAiEA0ScB\n
mZBzBi9ERWW14AXfRL4cp3UKSwj+kg3NStjiIDowDQYJKoZIhvcNAQELBQADggEB\n
ADSmWXwXrJmpgir0mQ2GaF4C2nmsYjHUd3YCHWzibKTP6um422H/Vkd78W3lRkCo\n
3yplt3jQZVZTAGcBlZXtBlR/MP+O7+yREiFm3sRy78wPhnSbwvSRgrK2dI57NSKk\n
fnu0CcNCkcTgt/j3Qm/3etI7zenAwj/lfQ9XQHxrcCw/gmmGD+4ET9X5WAHUDNWt\n
lNZHAz7PsIttBYow9R24PXeEe/PvHvxvM5KARcdt1WuotkzsKUKtvFjwViy+Akjx\n
xq1qQaQ6GuScWX3qRR/pIWXMDDXACjcb++q7+PkJaDR+XriRvsQ6NHHz8dNTRxFf\n
a2rQp+QQ/u5IL8eMcgINznw=\n
-----END CERTIFICATE-----\n
"""
REDIRECT_SSL_TLS_SNI
"lucky-api.hu-ku.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aNNtD9-WphXWNg9eJqkN7gABNAY"
REDIRECT_URL
"/api/news"
REMOTE_ADDR
"20.171.207.159"
REMOTE_PORT
"57138"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758686479
REQUEST_TIME_FLOAT
1758686479.58
REQUEST_URI
"/api/news?active=1&order%5BnewsDate%5D=desc&pagination=false&properties%5B0%5D=studioMedia&properties%5B1%5D=category&properties%5B2%25%E2%80%A6="
SCRIPT_FILENAME
"/www/htdocs/w00eb28e/lucky-api/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.13.145.150"
SERVER_ADMIN
"webmaster@lucky-api.hu-ku.com"
SERVER_NAME
"lucky-api.hu-ku.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CLIENT_CERT
""
SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFHTCCBAWgAwIBAgISBomt+8PYxLNA7InsXw4LmZeNMA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTMwHhcNMjUwOTA0MDEyOTM4WhcNMjUxMjAzMDEyOTM3WjAeMRwwGgYDVQQD\n
ExNsdWNreS1hcGkuaHUta3UuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB\n
CgKCAQEA1IiiYHLRPouCoMjkUBWwzZcTQE5Bhu00v6YQMOUPQSgZFRDt47n6qFKb\n
C7H63/j8bVWQnUZNywSAGLGYwlf6hp7gRKJHVVeP7dDI7bBvsdJwslC51GJkqW6T\n
UDX7rWOkx5WsFSBGwkN0vAdnpjcGLTfvy/hB+IkBWRXajIFxE4e2kKvTPJLzt6pa\n
MruiDWNl6i+ii87/b5OH5kpR0c4qyu8rq3YZy4Ly7pjhDw6Hm8n2JIwaahz7B/Uc\n
rFneUAAroNpyyKmnuvJcMYl7MixNxNrX0L19YAp+oO0wVAuUEd5vNQaKqThY8mPj\n
hXRM47y8icrrG4GbhCr7+tyS8sYd1wIDAQABo4ICPjCCAjowDgYDVR0PAQH/BAQD\n
AgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAA\n
MB0GA1UdDgQWBBQa2K/UUuVPzgT5dvB0KPMoSr27vzAfBgNVHSMEGDAWgBTnq58P\n
LDOgU9NeT3jIsoQOO9aSMzAzBggrBgEFBQcBAQQnMCUwIwYIKwYBBQUHMAKGF2h0\n
dHA6Ly9yMTMuaS5sZW5jci5vcmcvMDcGA1UdEQQwMC6CE2x1Y2t5LWFwaS5odS1r\n
dS5jb22CF3d3dy5sdWNreS1hcGkuaHUta3UuY29tMBMGA1UdIAQMMAowCAYGZ4EM\n
AQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9yMTMuYy5sZW5jci5vcmcvMTQu\n
Y3JsMIIBBgYKKwYBBAHWeQIEAgSB9wSB9ADyAHcA7TxL1ugGwqSiAFfbyyTiOAHf\n
US/txIbFcA8g3bc+P+AAAAGZEo2DxwAABAMASDBGAiEAgax8ClOTK3KPoh8d0KOf\n
HfNT1qMXB0+r9r7SmME4n0YCIQDRSzWPFZsAjZmmTEZtYOvkKZqHWGQxciB9WzNn\n
WGPVrwB3AN3cyjSV1+EWBeeVMvrHn/g9HFDf2wA6FBJ2Ciysu8gqAAABmRKNg+AA\n
AAQDAEgwRgIhANk6RxnebBoCRRm8g+IHBkklsFGfRLrWXdR5yjb7dL/GAiEA0ScB\n
mZBzBi9ERWW14AXfRL4cp3UKSwj+kg3NStjiIDowDQYJKoZIhvcNAQELBQADggEB\n
ADSmWXwXrJmpgir0mQ2GaF4C2nmsYjHUd3YCHWzibKTP6um422H/Vkd78W3lRkCo\n
3yplt3jQZVZTAGcBlZXtBlR/MP+O7+yREiFm3sRy78wPhnSbwvSRgrK2dI57NSKk\n
fnu0CcNCkcTgt/j3Qm/3etI7zenAwj/lfQ9XQHxrcCw/gmmGD+4ET9X5WAHUDNWt\n
lNZHAz7PsIttBYow9R24PXeEe/PvHvxvM5KARcdt1WuotkzsKUKtvFjwViy+Akjx\n
xq1qQaQ6GuScWX3qRR/pIWXMDDXACjcb++q7+PkJaDR+XriRvsQ6NHHz8dNTRxFf\n
a2rQp+QQ/u5IL8eMcgINznw=\n
-----END CERTIFICATE-----\n
"""
SSL_TLS_SNI
"lucky-api.hu-ku.com"
SYMFONY_DOTENV_VARS
"APP_TIMEZONE,MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DATABASE_URL,DB_USER,DB_PASSWORD,DB_DATABASE,DB_HOST,CRONJOB_TOKEN,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,CORS_ALLOW_ORIGIN"
UNIQUE_ID
"aNNtD9-WphXWNg9eJqkN7gABNAY"
USER
"w00eb28e"
argc
1
argv
[
  "active=1&order%5BnewsDate%5D=desc&pagination=false&properties%5B0%5D=studioMedia&properties%5B1%5D=category&properties%5B2%25%E2%80%A6="
]

Parent Request

Return to parent request (token = 2415e6)

Key Value
_api_operation
ApiPlatform\Metadata\GetCollection {#840
  #shortName: "News"
  #class: "App\Entity\News"
  #paginationEnabled: false
  #paginationType: null
  #paginationItemsPerPage: 9
  #paginationMaximumItemsPerPage: null
  #paginationPartial: null
  #paginationClientEnabled: true
  #paginationClientItemsPerPage: null
  #paginationClientPartial: null
  #paginationFetchJoinCollection: null
  #paginationUseOutputWalkers: null
  #order: null
  #description: "News API"
  #normalizationContext: [
    "groups" => [
      "news:read"
    ]
  ]
  #denormalizationContext: [
    "groups" => [
      "news:write"
    ]
  ]
  #collectDenormalizationErrors: null
  #security: null
  #securityMessage: null
  #securityPostDenormalize: null
  #securityPostDenormalizeMessage: null
  #securityPostValidation: null
  #securityPostValidationMessage: null
  #deprecationReason: null
  #filters: [
    "annotated_app_entity_news_api_platform_serializer_filter_property_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_order_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_date_filter"
    "annotated_app_entity_news_api_platform_doctrine_orm_filter_search_filter"
  ]
  #validationContext: null
  #input: null
  #output: null
  #mercure: null
  #messenger: null
  #elasticsearch: null
  #urlGenerationStrategy: null
  #read: null
  #deserialize: null
  #validate: null
  #write: null
  #serialize: null
  #fetchPartial: null
  #forceEager: null
  #priority: 1
  #name: "_api_/news_get_collection"
  #provider: "ApiPlatform\Doctrine\Orm\State\CollectionProvider"
  #processor: "api_platform.doctrine.orm.state.persist_processor"
  #stateOptions: null
  #extraProperties: [
    "collection" => [
      "pagination" => [
        "enabled_parameter_name" => "pagination"
      ]
    ]
    "user_defined_uri_template" => true
  ]
  #method: "GET"
  #uriTemplate: "/news"
  #types: null
  #formats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #inputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #outputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "jsonhal" => [
      "application/hal+json"
    ]
    "csv" => [
      "text/csv"
    ]
  ]
  #uriVariables: []
  #routePrefix: null
  #routeName: null
  #defaults: null
  #requirements: null
  #options: null
  #stateless: null
  #sunset: null
  #acceptPatch: null
  #status: null
  #host: null
  #schemes: null
  #condition: null
  #controller: null
  #cacheHeaders: null
  #paginationViaCursor: null
  #hydraContext: null
  #openapiContext: null
  #openapi: null
  #exceptionToStatus: null
  #queryParameterValidationEnabled: null
  -itemUriTemplate: null
}
_api_operation_name
"_api_/news_get_collection"
_api_resource_class
"App\Entity\News"
_controller
"api_platform.action.placeholder"
_format
null
_links
Symfony\Component\WebLink\GenericLinkProvider {#1488
  -links: [
    1487 => Symfony\Component\WebLink\Link {#1487
      -href: "https://lucky-api.hu-ku.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"_api_/news_get_collection"
_route_params
[
  "_format" => null
  "_stateless" => null
  "_api_resource_class" => "App\Entity\News"
  "_api_operation_name" => "_api_/news_get_collection"
]
_stateless
null
_stopwatch_token
"4284ef"