GET https://52.199.68.136.nip.io/block/calendar

CalendarController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Eccube\Controller\Block\CalendarController::index"
_route
"block_calendar"
_route_params
[]
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#2639
  #template: "Block/calendar.twig"
  -vars: []
  -streamable: false
  -owner: []
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-charset
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en,ja;q=0.9,en-US;q=0.8"
authorization
""
connection
"keep-alive"
cookie
"eccube_remember_me=Eccube.Entity.Customer%3Ac211bGFuZ2VAdGVzdC5jb20~%3A1785639339%3Aq8gifMIdHDfZposKlhIVvByb60t_TZM4DTsDH_rqXP8~kzHm7WiLh5UTJScODr8gEunVRkZ2p67iwRhfehp0CoM~; eccube=617143d09f541007253cb3b004e87f65"
forwarded
"for="106.72.179.128";host="52.199.68.136.nip.io";proto=https"
host
"52.199.68.136.nip.io"
sec-ch-ua
""Not;A=Brand";v="8", "Chromium";v="150", "Google Chrome";v="150""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"cross-site"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
x-forwarded-for
"106.72.179.128"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
date
"Sun, 02 Aug 2026 01:56:17 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 02 Aug 2025 01:56:16 GMT; Max-Age=0; path=/; httponly"
x-debug-token
"8390c5"

Cookies

Request Cookies

Key Value
eccube
"617143d09f541007253cb3b004e87f65"
eccube_remember_me
"Eccube.Entity.Customer:c211bGFuZ2VAdGVzdC5jb20~:1785639339:q8gifMIdHDfZposKlhIVvByb60t_TZM4DTsDH_rqXP8~kzHm7WiLh5UTJScODr8gEunVRkZ2p67iwRhfehp0CoM~"

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#2735
  #name: "maintenance_token"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: false
  #httpOnly: true
  -raw: false
  -sameSite: null
  -partitioned: false
  -secureDefault: false
}

Session

Session Metadata

Key Value
Created
"Sun, 02 Aug 26 10:55:39 +0900"
Last used
"Sun, 02 Aug 26 10:55:39 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"1z8HYmm3pj5i7fmG-3yTmLzNQJMlV_Ss9h6yV60h8ik"
_csrf/https-two_factor
"89h83-egvp8I8KypiDYldAZabRtp4ZvADSbnuuGwP2Q"
_security.last_error
Symfony\Component\Security\Core\Exception\TooManyLoginAttemptsAuthenticationException {#552
  #message: ""
  #code: 0
  #file: "/var/www/html/vendor/symfony/security-http/EventListener/LoginThrottlingListener.php"
  #line: 55
  -token: null
  -threshold: 3
  trace: {
    /var/www/html/vendor/symfony/security-http/EventListener/LoginThrottlingListener.php:55 {
      session_start(array $options = []): bool …
      › if (!$limit->isAccepted() || 0 === $limit->getRemainingTokens()) {    throw new TooManyLoginAttemptsAuthenticationException(ceil(($limit->getRetryAfter()->getTimestamp() - time()) / 60));}
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:222 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);arguments: {
        $name: "attributes"
      }
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:242 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
      arguments: {
        $name: "attributes"
      }
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/html/vendor/symfony/security-http/Firewall/ContextListener.php:98 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);arguments: {
        $name: "_security_customer"
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall.php:128 {
      Symfony\Component\Security\Http\Firewall->callListeners(RequestEvent $event, iterable $listeners) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        $listeners: Generator {#281 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
      }
    }
    /var/www/html/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: [ …21]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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 {#255 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/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 {#11 …}
        $type: 1
      }
    }
    /var/www/html/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 {#11 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
  }
}
_security.last_username
"smulange@test.com"
_security.login_memory
true
_security_customer
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:8:"customer";i:2;a:5:{i:0;C:22:"Eccube\Entity\Customer":121:{a:4:{i:0;i:8;i:1;s:17:"smulange@test.com";i:2;s:60:"$2y$13$tsVkEIuGEITpobQOMQecD.414wD1walHQX2SGl4BNGshaoja/5ipa";i:3;N;}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:9:"ROLE_USER";}}}"
cart_keys
[
  "8_1"
]

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
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/html"
CONTEXT_PREFIX
""
DATABASE_SERVER_VERSION
"16"
DATABASE_URL
"postgresql://ec_cube_user:ec_cube_password@db:5432/ec_cube_db"
DOCUMENT_ROOT
"/var/www/html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_DENY_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"admin"
ECCUBE_AUTH_MAGIC
"ec_cube_auth_magic_key_test_env"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_CURRENCY
"JPY"
ECCUBE_FORCE_SSL
"0"
ECCUBE_FRONT_ALLOW_HOSTS
"[]"
ECCUBE_FRONT_DENY_HOSTS
"[]"
ECCUBE_LOCALE
"ja"
ECCUBE_TIMEZONE
"Asia/Tokyo"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_CHARSET
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en,ja;q=0.9,en-US;q=0.8"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"eccube_remember_me=Eccube.Entity.Customer%3Ac211bGFuZ2VAdGVzdC5jb20~%3A1785639339%3Aq8gifMIdHDfZposKlhIVvByb60t_TZM4DTsDH_rqXP8~kzHm7WiLh5UTJScODr8gEunVRkZ2p67iwRhfehp0CoM~; eccube=617143d09f541007253cb3b004e87f65"
HTTP_FORWARDED
"for="106.72.179.128";host="52.199.68.136.nip.io";proto=https"
HTTP_HOST
"52.199.68.136.nip.io"
HTTP_SEC_CH_UA
""Not;A=Brand";v="8", "Chromium";v="150", "Google Chrome";v="150""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"cross-site"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"106.72.179.128"
MAILER_DSN
"smtp://mailpit:1025"
NTA_API_APP_ID
"KbESnDSekBrri"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"52.199.68.136.nip.io"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/mypage/"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"34378"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785635777
REQUEST_TIME_FLOAT
1785635777.5664
REQUEST_URI
"/block/calendar"
SCRIPT_FILENAME
"/var/www/html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.19.0.5"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"52.199.68.136.nip.io"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.65 (Debian) Server at 52.199.68.136.nip.io Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.65 (Debian)"
SSL_TLS_SNI
"52.199.68.136.nip.io"
TRUSTED_HOSTS
"localhost,127.0.0.1,52.199.68.136,52.199.68.136.nip.io"
argc
0
argv
[]

Parent Request

Return to parent request (token = abd691)

Key Value
_controller
"Eccube\Controller\Mypage\MypageController::index"
_firewall_context
"security.firewall.map.context.customer"
_route
"mypage"
_route_params
[]
_security_firewall_run
"_security_customer"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#2323
  #template: "Mypage/index.twig"
  -vars: []
  -streamable: false
  -owner: []
}