http://pim.4bi.it/pimcore-graphql-webservices/website?apikey=7fb57d4c76633c05bc46a6adbbb2c481 Return to referer URL

WebserviceController :: webonyxAction

Request

GET Parameters

Key Value
apikey
"7fb57d4c76633c05bc46a6adbbb2c481"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::webonyxAction"
_editmode
false
_event_controller
Pimcore\Bundle\DataHubBundle\Controller\WebserviceController {#1690
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1685 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#68 …}
  -permissionsService: Pimcore\Bundle\DataHubBundle\Service\CheckConsumerPermissionsService {#1689 …}
  -cacheService: Pimcore\Bundle\DataHubBundle\Service\OutputCacheService {#1688 …}
  -uploadService: Pimcore\Bundle\DataHubBundle\Service\FileUploadService {#1687 …}
}
_pimcore_context
"default"
_pimcore_frontend_request
true
_route
"admin_pimcoredatahub_webservice"
_route_params
[
  "clientname" => "website"
]
_stopwatch_token
"dd720f"
clientname
"website"
contentDocument
Pimcore\Model\Document\Page {#1716
  #dao: Pimcore\Model\Document\Page\Dao {#1724 …}
  #dependencies: null
  #__dataVersionTimestamp: 1642521611
  #path: "/"
  #properties: []
  #id: 1
  #creationDate: 1642521611
  #modificationDate: 1642521611
  #versionCount: 0
  #userOwner: 1
  #locked: null
  #userModification: 1
  #parentId: 0
  #parent: null
  #_fulldump: false
  #o_dirtyFields: null
  -activeDispatchingEvents: []
  #fullPathCache: null
  #type: "page"
  #key: ""
  #index: 999999
  #published: true
  #children: []
  #hasChildren: []
  #siblings: []
  #hasSiblings: []
  #controller: "App\Controller\DefaultController::defaultAction"
  #template: ""
  #editables: null
  #versions: null
  #contentMasterDocumentId: null
  #supportsContentMaster: true
  #missingRequiredEditable: null
  #staticGeneratorEnabled: null
  #staticGeneratorLifetime: null
  #inheritedEditables: []
  #scheduledTasks: null
  -useTargetGroup: null
  #title: ""
  #description: ""
  #metaData: []
  #prettyUrl: null
  #targetGroupIds: ""
  +"____pimcore_cache_item__": "document_1"
  dependencies: null
  __dataVersionTimestamp: 1642521611
  path: "/"
  properties: []
  id: 1
  creationDate: 1642521611
  modificationDate: 1642521611
  versionCount: 0
  userOwner: 1
  locked: null
  userModification: 1
  parentId: 0
  parent: null
  _fulldump: false
  o_dirtyFields: null
  fullPathCache: null
  type: "page"
  key: ""
  index: 999999
  published: true
  children: []
  hasChildren: []
  siblings: []
  hasSiblings: []
  controller: "App\Controller\DefaultController::defaultAction"
  template: ""
  editables: null
  versions: null
  contentMasterDocumentId: null
  supportsContentMaster: true
  missingRequiredEditable: null
  staticGeneratorEnabled: null
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: ""
  description: ""
  metaData: []
  prettyUrl: null
  targetGroupIds: ""
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"it-IT,it;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"close"
content-length
"1051"
content-type
"application/json"
host
"pim.4bi.it"
origin
"https://www.quattrobi.it"
priority
"u=1, i"
referer
"https://www.quattrobi.it/"
sec-ch-ua
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"cross-site"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
x-forwarded-for
"95.229.108.23"
x-php-ob-level
"0"
x-real-ip
"95.229.108.23"

Request Content

Pretty

{
    "query": "\n          query products($lang: String, $filter: String) {\n        getFamilyListing(defaultLanguage: $lang, sortBy: \"name\", sortOrder: \"ASC\", filter: $filter) {\n          edges {\n              node {\n                  id\n                  name\n                  uri,\n                  sector,\n                  categories {\n                      ...on object_Category {\n                          id\n                      }\n                  },\n                  installation {\n                      ...on object_Installation {\n                          id,\n                          name\n                      }\n                  },\n                  thumb {\n                      fullpath\n                  },\n                  parent {\n                    ... on object_Family {\n                      id\n                    }\n                  }\n              }\n          }\n        }\n       }",
    "variables": {
        "lang": "it",
        "filter": "{\"websites\":{\"$like\":\"%EU%\"},\"sector\":{\"$like\":\"%retail%\"}}"
    }
}

Raw

{"query":"\n          query products($lang: String, $filter: String) {\n        getFamilyListing(defaultLanguage: $lang, sortBy: \"name\", sortOrder: \"ASC\", filter: $filter) {\n          edges {\n              node {\n                  id\n                  name\n                  uri,\n                  sector,\n                  categories {\n                      ...on object_Category {\n                          id\n                      }\n                  },\n                  installation {\n                      ...on object_Installation {\n                          id,\n                          name\n                      }\n                  },\n                  thumb {\n                      fullpath\n                  },\n                  parent {\n                    ... on object_Family {\n                      id\n                    }\n                  }\n              }\n          }\n        }\n       }","variables":{"lang":"it","filter":"{\"websites\":{\"$like\":\"%EU%\"},\"sector\":{\"$like\":\"%retail%\"}}"}}

Response

Response Headers

Header Value
access-control-allow-credentials
"true"
access-control-allow-headers
"Origin, Content-Type, X-Auth-Token"
access-control-allow-methods
"GET, POST, OPTIONS"
access-control-allow-origin
"https://www.quattrobi.it"
cache-control
"private, must-revalidate"
content-language
"en"
content-type
"application/json"
date
"Tue, 05 Nov 2024 10:54:35 GMT"
expires
-1
pragma
"no-cache"
x-debug-token
"28da3c"
x-powered-by
"pimcore"

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"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSER_HOME
"/var/www/html"
COMPOSER_MEMORY_LIMIT
"-1"
CONTENT_LENGTH
"1051"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/var/www/html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC"
HOME
"/"
HOSTNAME
"06f36a80640c"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"it-IT,it;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"close"
HTTP_CONTENT_LENGTH
"1051"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"pim.4bi.it"
HTTP_ORIGIN
"https://www.quattrobi.it"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://www.quattrobi.it/"
HTTP_SEC_CH_UA
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"cross-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"95.229.108.23"
HTTP_X_REAL_IP
"95.229.108.23"
OPCACHE_CONSISTENCY_CHECKS
"0"
OPCACHE_ENABLE
"1"
OPCACHE_ENABLE_CLI
"0"
OPCACHE_MAX_ACCELERATED_FILES
"10000"
OPCACHE_MEMORY_CONSUMPTION
"128"
OPCACHE_VALIDATE_TIMESTAMPS
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.2.21.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_DISPLAY_STARTUP_ERRORS
"1"
PHP_ERROR_REPORTING
"E_ALL"
PHP_FPM_PM
"dynamic"
PHP_FPM_PM_MAX_CHILDREN
"5"
PHP_FPM_PM_MAX_REQUESTS
"10000"
PHP_FPM_PM_MAX_SPARE_SERVERS
"3"
PHP_FPM_PM_MIN_SPARE_SERVERS
"1"
PHP_FPM_PM_START_SERVERS
"2"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_MAX_EXECUTION_TIME
"30"
PHP_MEMORY_LIMIT
"256M"
PHP_POST_MAX_SIZE
"100M"
PHP_SELF
"/index.php"
PHP_SHA256
"8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707"
PHP_UPLOAD_MAX_FILESIZE
"100M"
PHP_URL
"https://www.php.net/distributions/php-8.2.21.tar.xz"
PHP_VERSION
"8.2.21"
PWD
"/var/www/html"
QUERY_STRING
"apikey=7fb57d4c76633c05bc46a6adbbb2c481"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.20.0.1"
REMOTE_PORT
"44204"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1730804074
REQUEST_TIME_FLOAT
1730804074.8939
REQUEST_URI
"/pimcore-graphql-webservices/website?apikey=7fb57d4c76633c05bc46a6adbbb2c481"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.20.0.6"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_VARS
"APP_ENV"
argc
1
argv
[
  "apikey=7fb57d4c76633c05bc46a6adbbb2c481"
]