https://checkoutcom.shapeandshift.dev/alfacgiapi/perl.alfa

ErrorController

  • Request
  • Response
  • Cookies
  • Session 11
  • Flashes
  • Server Parameters
  • Parent Request

GET Parameters

No GET parameters

POST Parameters

Key Value
a
"command"
c
"ZWNobyAiWE9fU3AzY3RyYSI="
cmd
"ZWNobyAiWE9fU3AzY3RyYSI="

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"a8NC7mzoZgQ="
_route_params
null
_stopwatch_token
"470c15"
exception
0 of 0
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1600 -statusCode: 404 -headers: [] #message: "No route found for "POST https://checkoutcom.shapeandshift.dev/alfacgiapi/perl.alfa" (from "www.google.com")" #code: 0 #file: "/home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/EventListener/RouterListener.php" #line: 135 -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1393 …} trace: { /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 { Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) … › › throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) { } /home/forge/checkoutcom.shapeandshift.dev/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/forge/checkoutcom.shapeandshift.dev/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /home/forge/checkoutcom.shapeandshift.dev/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/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:51 { Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object … › { $event = $this->dispatcher->dispatch($event, $eventName);} /home/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:96 { Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object … › { $event = $this->dispatcher->dispatch($event, $eventName);} /home/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:53 { Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object … › { $event = $this->dispatcher->dispatch($event, $eventName);} /home/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:35 { Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object … › › return $this->dispatcher->dispatch($event, $eventName);} } /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpKernel.php:129 { 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);} /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpKernel.php:75 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /home/forge/checkoutcom.shapeandshift.dev/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 { } /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 { 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);} /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:269 { Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false) … › › return $this->forward($request, $catch);} } /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:285 { Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false) … › { $response = $this->pass($request, $catch);} /home/forge/checkoutcom.shapeandshift.dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 { Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › if (!$request->isMethodSafe()) { $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) { } /home/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/HttpKernel.php:149 { Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult … › › $response = $kernel->handle($transformed, $type, $catch);} /home/forge/checkoutcom.shapeandshift.dev/vendor/shopware/core/HttpKernel.php:75 { Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult … › try { return $this->doHandle($request, (int) $type, (bool) $catch);} catch (DBALException $e) { } /home/forge/checkoutcom.shapeandshift.dev/public/index.php:85 { › › $result = $kernel->handle($request);} } }
logger
0 of 0
Symfony\Bridge\Monolog\Logger {#1067 …8}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
accept-encoding
"gzip, br"
accept-language
"en-US,en;q=0.9,fr;q=0.8"
cache-control
"max-age=0"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"94.103.125.40"
cf-ipcountry
"BG"
cf-ray
"9027b50e4d5a65f4-AMS"
cf-visitor
"{"scheme":"https"}"
content-length
"69"
content-type
"application/x-www-form-urlencoded"
forwarded
"for="172.71.102.54";host="checkoutcom.shapeandshift.dev";proto=https"
host
"checkoutcom.shapeandshift.dev"
referer
"www.google.com"
sw-context-token
"MWHR0Mm6i37nv245lAfEzIxVrBjHLYP0"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36"
x-forwarded-for
"172.71.102.54"
x-php-ob-level
"1"

Request Content

  • Raw
cmd=ZWNobyAiWE9fU3AzY3RyYSI%3D&a=command&c=ZWNobyAiWE9fU3AzY3RyYSI%3D