Error 403 Forbidden

GET https://gluetec-group.com/form/contact

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_grecaptcha_v3
""
email
"dengreq37@gmail.com"
firstName
"IKPfxtSHrYNmz"
lastName
"ifbddQsqEvLP"
navigationId
"f24c318151144848a4f033f449fbd219"
phone
"6649793807"
privacy
"fZHWOocVonCNx"
salutationId
"ba8372e5e5df4263a97e42a1afb68258"
slotId
"01919e85ad397d5e8a40a1be63bc4325"
subject
"dKsjHwckQsyn"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"RaqL2r/nROE="
_route_params
[]
_stopwatch_token
"87ec53"
exception
Shopware\Storefront\Framework\Captcha\Exception\CaptchaInvalidException {#4408
  #message: "The provided value for captcha "Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3" is not valid."
  #code: 0
  #file: "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php"
  #line: 69
  -statusCode: 403
  -headers: []
  #parameters: [
    "captcha" => "Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3"
  ]
  trace: {
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php:69 {
      Shopware\Storefront\Framework\Captcha\CaptchaRouteListener->validateCaptcha(ControllerEvent $event): void …
      › if ($captcha->shouldBreak()) {    throw new CaptchaInvalidException($captcha);}
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/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\ControllerEvent {#1358 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#893 …}
        }
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#893 …}
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/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: [ …12]
        $eventName: "kernel.controller"
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:47 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:67 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      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\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1358 …}
        $eventName: "kernel.controller"
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $type: 1
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {#949 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:473 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
        $kernel: Shopware\Core\Kernel {#31 …}
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:273 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->forward($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:287 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
      › {    $response = $this->pass($request, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:210 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php:143 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#949 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php:65 {
      Shopware\Core\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, $type, $catch);} catch (Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:71 {
      Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:61$0->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
      › {    return $this->httpKernel->handle($request, $type, $catch)->getResponse();}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/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 {#14 …}
      }
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:14 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#606 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.9"
cache-control
"max-age=0"
connection
"close"
content-length
"321"
content-type
"application/json"
cookie
"session-=43542172930717e4f68c8636485aa6b7"
forwarded
"for="102.164.30.234";host="gluetec-group.com";proto=https"
host
"GLUETEC-GROUP.COM"
sw-context-token
"uUZJJIFd5soFtJtTubbRQE5dlKlPZtys"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
x-forwarded-for
"102.164.30.234"
x-php-ob-level
"0"

Request Content

Pretty

{
    "_grecaptcha_v3": "",
    "email": "dengreq37@gmail.com",
    "firstName": "IKPfxtSHrYNmz",
    "lastName": "ifbddQsqEvLP",
    "navigationId": "f24c318151144848a4f033f449fbd219",
    "phone": "6649793807",
    "privacy": "fZHWOocVonCNx",
    "salutationId": "ba8372e5e5df4263a97e42a1afb68258",
    "slotId": "01919e85ad397d5e8a40a1be63bc4325",
    "subject": "dKsjHwckQsyn"
}

Raw

{"_grecaptcha_v3":"","email":"dengreq37@gmail.com","firstName":"IKPfxtSHrYNmz","lastName":"ifbddQsqEvLP","navigationId":"f24c318151144848a4f033f449fbd219","phone":"6649793807","privacy":"fZHWOocVonCNx","salutationId":"ba8372e5e5df4263a97e42a1afb68258","slotId":"01919e85ad397d5e8a40a1be63bc4325","subject":"dKsjHwckQsyn"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 23 May 2025 05:08:46 GMT"
sw-context-token
"uUZJJIFd5soFtJtTubbRQE5dlKlPZtys"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"The%20provided%20value%20for%20captcha%20%22Shopware%5CStorefront%5CFramework%5CCaptcha%5CGoogleReCaptchaV3%22%20is%20not%20valid."
x-debug-exception-file
"%2Fwww%2Fhtdocs%2Fw00eb274%2Fshop6.gluetec-group.com%2Fvendor%2Fshopware%2Fstorefront%2FFramework%2FCaptcha%2FCaptchaRouteListener.php:69"
x-debug-token
"35136c"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
session-
"43542172930717e4f68c8636485aa6b7"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Fri, 23 May 25 05:07:56 +0000"
Last used
"Fri, 23 May 25 05:08:39 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"43542172930717e4f68c8636485aa6b7"
sw-context-token
"uUZJJIFd5soFtJtTubbRQE5dlKlPZtys"
sw-sales-channel-id
"64d7112131a2486390af89b0f82b5a22"

Session Usage

4 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:110
[
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 110
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:111
[
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 111
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:326
[
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 326
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 123
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:131
[
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 131
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w00eb274/shop6.gluetec-group.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_ENV
"dev"
APP_SECRET
"def00000a31b68772a9e2af5389968c2e8221e53bb57e49542e8524d28f59986236e534ddd8cd412412460b5787c9cb3ad5991b60319b984dbd71d97856e272be8e3d4a4"
APP_URL
"https://gluetec-group.com"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/www/htdocs/w00eb274/shop6.gluetec-group.com/var/cache/composer"
DATABASE_URL
"mysql://d03d88b8:7RucX6b9tTrDVh3RsqSV@localhost:3306/d03d88b8"
INSTANCE_ID
"Zct67vkCndHh9mkg6RhZchzPBu4VZZO2"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
STOREFRONT_PROXY_URL
"http://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"321"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/www/htdocs/w00eb274/shop6.gluetec-group.com/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/www/htdocs/w00eb274/shop6.gluetec-group.com/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/www/htdocs/w00eb274"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"session-=43542172930717e4f68c8636485aa6b7"
HTTP_FORWARDED
"for="102.164.30.234";host="gluetec-group.com";proto=https"
HTTP_HOST
"GLUETEC-GROUP.COM"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"102.164.30.234"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_CLIENT_CERT
""
REDIRECT_SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFOjCCBCKgAwIBAgISBkkrpHt4f9H3GGZDu+a9Uf9sMA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTEwHhcNMjUwNDAxMTY0OTMyWhcNMjUwNjMwMTY0OTMxWjAcMRowGAYDVQQD\n
ExFnbHVldGVjLWdyb3VwLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n
ggEBAMSL72J+qVy9vfBzSlSjBp5lHJgHe5ojsjpfPg6zZ+hI1mdLRZMIDLpFLFJE\n
rcWx4pAi9tm0pNEjFoffa0i25LS0j8QBsnXZjvtDxzUxUH3YjXFQdZht07CabNAI\n
McnH8Nk6z1+QTkt3bhKNcj952asno/JkTty21ujT4WRh4Lq5S7HTPCOrPFbnFTRD\n
zBKymEUWWTcR4/100044uzMX5II+D+FBvoN74AaNpLAZgh3lePlZ/R9dBWXUnGWC\n
Cb5VgyBzXMMVJew45YFfoKR+9cxM0QV5L+kkpE4AVokyCan1/Jjs8OieR/bGl0Od\n
jzwO1wqUaoh8VP2hbN0NnGacXUkCAwEAAaOCAl0wggJZMA4GA1UdDwEB/wQEAwIF\n
oDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\n
BgNVHQ4EFgQUs4aN9kLlgc+oso/HTVstErlGqdcwHwYDVR0jBBgwFoAUxc9GpOr0\n
w8B6bJXELbBeki8m47kwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZodHRw\n
Oi8vcjExLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjExLmkubGVu\n
Y3Iub3JnLzAzBgNVHREELDAqghFnbHVldGVjLWdyb3VwLmNvbYIVd3d3LmdsdWV0\n
ZWMtZ3JvdXAuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC8GA1UdHwQoMCYwJKAi\n
oCCGHmh0dHA6Ly9yMTEuYy5sZW5jci5vcmcvMTA5LmNybDCCAQQGCisGAQQB1nkC\n
BAIEgfUEgfIA8AB1AMz7D2qFcQll/pWbU87psnwi6YVcDZeNtql+VMD+TA2wAAAB\n
lfJ3qJEAAAQDAEYwRAIgegTNx67/n7+g3IjekSM7DO9GIojDG5LVILWfahLzNmEC\n
IGJGt2dh3l0qyd2YzaOgwDAfrb/mnMEnGWcnGpkeU8ljAHcADeHyMCvTDcFAYhIJ\n
6lUu/Ed0fLHX6TDvDkIetH5OqjQAAAGV8ne4MAAABAMASDBGAiEAioAVged16cwr\n
RVsMZ/9Wm6nl4ReC/Wi92SC/KSdEoi4CIQCxEwmi8kMylmOvDOs5Id9L6tKcHZbI\n
EHrLE8znKC7igzANBgkqhkiG9w0BAQsFAAOCAQEAdsVrtglyeXEBLq7a/WAvgVMK\n
Cd0w0C1xeHKocXxPVx/MV6dDUH05tJKHxvr0P0NfllPXvdGoEZ+wo5aHiBJq/bb5\n
uf2uDjO/uy+bpQSP2ay7PuYkna+I7gyjSo+xWJFLtYZtMwyK/44XbVqAYtKQVP0A\n
I3iTfZNHHjIReC0uHgH3TQYjRY/5uZNs2JqBR9TbWDFIWOh+Fc0KZGZm+OCUxc0p\n
lX5rqpiVZ4FLJSyLcLFEVricf3K07KxxM04jGv3FF7iRxZrePJrWEyipvF2h50AG\n
CfXYOTTYal+RSayoKSzFfzgZ0lWh8nPZkH3ff+9CQsK8jeHRNmOLX5o/59rLHQ==\n
-----END CERTIFICATE-----\n
"""
REDIRECT_SSL_TLS_SNI
"GLUETEC-GROUP.COM"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aDAC3qZg7uqjYKosf63ndAAAAAI"
REDIRECT_URL
"/form/contact"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"43720"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1747976926
REQUEST_TIME_FLOAT
1747976926.35
REQUEST_URI
"/form/contact"
SCRIPT_FILENAME
"/www/htdocs/w00eb274/shop6.gluetec-group.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.13.163.148"
SERVER_ADMIN
"webmaster@gluetec-group.com"
SERVER_NAME
"gluetec-group.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CLIENT_CERT
""
SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFOjCCBCKgAwIBAgISBkkrpHt4f9H3GGZDu+a9Uf9sMA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTEwHhcNMjUwNDAxMTY0OTMyWhcNMjUwNjMwMTY0OTMxWjAcMRowGAYDVQQD\n
ExFnbHVldGVjLWdyb3VwLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n
ggEBAMSL72J+qVy9vfBzSlSjBp5lHJgHe5ojsjpfPg6zZ+hI1mdLRZMIDLpFLFJE\n
rcWx4pAi9tm0pNEjFoffa0i25LS0j8QBsnXZjvtDxzUxUH3YjXFQdZht07CabNAI\n
McnH8Nk6z1+QTkt3bhKNcj952asno/JkTty21ujT4WRh4Lq5S7HTPCOrPFbnFTRD\n
zBKymEUWWTcR4/100044uzMX5II+D+FBvoN74AaNpLAZgh3lePlZ/R9dBWXUnGWC\n
Cb5VgyBzXMMVJew45YFfoKR+9cxM0QV5L+kkpE4AVokyCan1/Jjs8OieR/bGl0Od\n
jzwO1wqUaoh8VP2hbN0NnGacXUkCAwEAAaOCAl0wggJZMA4GA1UdDwEB/wQEAwIF\n
oDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\n
BgNVHQ4EFgQUs4aN9kLlgc+oso/HTVstErlGqdcwHwYDVR0jBBgwFoAUxc9GpOr0\n
w8B6bJXELbBeki8m47kwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZodHRw\n
Oi8vcjExLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjExLmkubGVu\n
Y3Iub3JnLzAzBgNVHREELDAqghFnbHVldGVjLWdyb3VwLmNvbYIVd3d3LmdsdWV0\n
ZWMtZ3JvdXAuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC8GA1UdHwQoMCYwJKAi\n
oCCGHmh0dHA6Ly9yMTEuYy5sZW5jci5vcmcvMTA5LmNybDCCAQQGCisGAQQB1nkC\n
BAIEgfUEgfIA8AB1AMz7D2qFcQll/pWbU87psnwi6YVcDZeNtql+VMD+TA2wAAAB\n
lfJ3qJEAAAQDAEYwRAIgegTNx67/n7+g3IjekSM7DO9GIojDG5LVILWfahLzNmEC\n
IGJGt2dh3l0qyd2YzaOgwDAfrb/mnMEnGWcnGpkeU8ljAHcADeHyMCvTDcFAYhIJ\n
6lUu/Ed0fLHX6TDvDkIetH5OqjQAAAGV8ne4MAAABAMASDBGAiEAioAVged16cwr\n
RVsMZ/9Wm6nl4ReC/Wi92SC/KSdEoi4CIQCxEwmi8kMylmOvDOs5Id9L6tKcHZbI\n
EHrLE8znKC7igzANBgkqhkiG9w0BAQsFAAOCAQEAdsVrtglyeXEBLq7a/WAvgVMK\n
Cd0w0C1xeHKocXxPVx/MV6dDUH05tJKHxvr0P0NfllPXvdGoEZ+wo5aHiBJq/bb5\n
uf2uDjO/uy+bpQSP2ay7PuYkna+I7gyjSo+xWJFLtYZtMwyK/44XbVqAYtKQVP0A\n
I3iTfZNHHjIReC0uHgH3TQYjRY/5uZNs2JqBR9TbWDFIWOh+Fc0KZGZm+OCUxc0p\n
lX5rqpiVZ4FLJSyLcLFEVricf3K07KxxM04jGv3FF7iRxZrePJrWEyipvF2h50AG\n
CfXYOTTYal+RSayoKSzFfzgZ0lWh8nPZkH3ff+9CQsK8jeHRNmOLX5o/59rLHQ==\n
-----END CERTIFICATE-----\n
"""
SSL_TLS_SNI
"GLUETEC-GROUP.COM"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,STOREFRONT_PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,COMPOSER_HOME,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
UNIQUE_ID
"aDAC3qZg7uqjYKosf63ndAAAAAI"
USER
"w00eb274"
argc
0
argv
[]

Parent Request

Return to parent request (token = 586677)

Key Value
XmlHttpRequest
true
_captcha
true
_controller
"Shopware\Storefront\Controller\FormController::sendContactForm"
_cspNonce
"h/hDnSkfxFw="
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.form.contact.send"
_routeScope
[
  "storefront"
]
_route_params
[
  "XmlHttpRequest" => true
]
_stopwatch_token
"fa19ff"
resolved-uri
"/form/contact"
sw-context
Shopware\Core\Framework\Context {#1485
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1480 …}
  #ruleIds: [
    "027811fa730d463cb2e52a8ab35ec925"
    "18cf8690664347c8aa919e63e4605b0a"
    "31bcbe4a63974cbcba20f81f2c62e2d6"
    "1287e9bc91f44c9aa55bb3b47616ae11"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3863 …}
  -states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"160782f65d4148f8861c447817fccf8d"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["82.135.80.85","193.28.61.1","82.135.80.23","92.62.121.164"]"
sw-original-request-uri
"/form/contact"
sw-sales-channel-absolute-base-url
"https://gluetec-group.com"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1484
  #extensions: []
  #token: "uUZJJIFd5soFtJtTubbRQE5dlKlPZtys"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1477 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#3859 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#3864 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3268 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3371 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3103 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3238 …}
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#1485
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1480 …}
    #ruleIds: [
      "027811fa730d463cb2e52a8ab35ec925"
      "18cf8690664347c8aa919e63e4605b0a"
      "31bcbe4a63974cbcba20f81f2c62e2d6"
      "1287e9bc91f44c9aa55bb3b47616ae11"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3863 …}
    -states: []
  }
  -domainId: "160782f65d4148f8861c447817fccf8d"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3863 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3860 …}
  #areaRuleIds: [
    "shipping" => [
      "027811fa730d463cb2e52a8ab35ec925"
    ]
    "product" => [
      "1287e9bc91f44c9aa55bb3b47616ae11"
    ]
  ]
  -states: []
}
sw-sales-channel-id
"64d7112131a2486390af89b0f82b5a22"
sw-snippet-set-id
"a505abbf205b41549a938fb456107db8"
sw-storefront-url
"https://gluetec-group.com"
theme-base-name
null
theme-id
"018b6c1dd66270e289039ff4f2df603d"
theme-name
"VasantChildThemeSet1"