Redirect 302 redirect from POST @forgot (bd74e5)

GET https://52.199.68.136.nip.io/forgot/reset/ynQyzHB7wgAw1NDZBxZikI1xAeMfOw45

ForgotController :: reset

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Eccube\Controller\ForgotController::reset"
_firewall_context
"security.firewall.map.context.customer"
_redirected
true
_route
"forgot_reset"
_route_params
[
  "reset_key" => "ynQyzHB7wgAw1NDZBxZikI1xAeMfOw45"
]
_security_firewall_run
"_security_customer"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#2103
  #template: "Forgot/reset.twig"
  -vars: []
  -streamable: false
  -owner: []
}
reset_key
"ynQyzHB7wgAw1NDZBxZikI1xAeMfOw45"

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-encoding
"gzip, deflate, br, zstd"
accept-language
"en,ja;q=0.9,en-US;q=0.8"
authorization
""
connection
"keep-alive"
cookie
"eccube=93ac560c925de3023a44605f8b0d695d; sf_redirect=%7B%22token%22%3A%22bd74e5%22%2C%22route%22%3A%22forgot%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22Eccube%5C%5CController%5C%5CForgotController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fsrc%5C%2FEccube%5C%2FController%5C%2FForgotController.php%22%2C%22line%22%3A79%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
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"
sec-fetch-user
"?1"
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-php-ob-level
"0"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 02 Aug 2026 01:51:30 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 02 Aug 2025 01:51:29 GMT; Max-Age=0; path=/; httponly"
x-debug-token
"2fd53f"

Cookies

Request Cookies

Key Value
eccube
"93ac560c925de3023a44605f8b0d695d"
sf_redirect
"{"token":"bd74e5","route":"forgot","method":"POST","controller":{"class":"Eccube\\Controller\\ForgotController","method":"index","file":"\/var\/www\/html\/src\/Eccube\/Controller\/ForgotController.php","line":79},"status_code":302,"status_text":"Found"}"

Response Cookies

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

Session

Session Metadata

Key Value
Created
"Sun, 02 Aug 26 10:42:02 +0900"
Last used
"Sun, 02 Aug 26 10:51:21 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-Eccube\Form\Type\Front\ForgotType
"7Z_F9AVg3Yn0jV8Ed2ryZ8BG4en2WB-WhYJzSkuMB-Q"
_csrf/https-Eccube\Form\Type\Front\PasswordResetType
"6fmNwEUdenqpDatT4_BADUQU7dc2v9_xyB1quxE9Gno"
_csrf/https-_token
"3L765q4HMfpFKohLsmWKzcx3izqg7BmVryNLv_XAWH4"
_csrf/https-authenticate
"vRagtOoCsmdORB5qZIkTNQCjwnqxCyQ1bITwirKsGIs"
_csrf/https-entry
"iCjMW04VexwvHkFziBrIoBqjdWl_OwzjUmK0ys813qI"
_csrf/https-forgot
"IZdj33oeHF0DrPi9Ga4gBGgOHbM_55jFGsUin3Lz-fk"
_csrf/https-two_factor
"dYdLlOQpmtH_wwHcEEAJgluxvA_SlwQKpTd2pkhmC4s"
_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: 4
  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

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_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=93ac560c925de3023a44605f8b0d695d; sf_redirect=%7B%22token%22%3A%22bd74e5%22%2C%22route%22%3A%22forgot%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22Eccube%5C%5CController%5C%5CForgotController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fsrc%5C%2FEccube%5C%2FController%5C%2FForgotController.php%22%2C%22line%22%3A79%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
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_SEC_FETCH_USER
"?1"
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"
MAILER_DSN
"smtp://mailpit:1025"
NTA_API_APP_ID
"KbESnDSekBrri"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
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
"/forgot/reset/ynQyzHB7wgAw1NDZBxZikI1xAeMfOw45"
REMOTE_ADDR
"106.72.179.128"
REMOTE_PORT
"17992"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785635490
REQUEST_TIME_FLOAT
1785635490.0255
REQUEST_URI
"/forgot/reset/ynQyzHB7wgAw1NDZBxZikI1xAeMfOw45"
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
[]

Sub Requests 2

CalendarController :: index (token = b2b2b4)

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

SearchProductController :: index (token = cd7341)

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