POST https://52.199.68.136.nip.io/mypage/login

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_failure_path
"/?login_error=1"
_target_path
"/"
login_email
"smulange@test.com"
login_pass
"P@ssword@2026"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Eccube\Controller\Mypage\MypageController::login"
_firewall_context
"security.firewall.map.context.customer"
_route
"mypage_login"
_route_params
[]
_security.last_username
"smulange@test.com"
_security_firewall_run
"_security_customer"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#601
  #name: "eccube_remember_me"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: null
  -partitioned: false
  -secureDefault: false
}

Request Headers

Header Value
accept
"*/*"
authorization
""
content-length
"113"
content-type
"application/x-www-form-urlencoded"
cookie
"eccube=8fa3fd554681db429fe3027325a2851c"
host
"52.199.68.136.nip.io"
origin
"https://52.199.68.136.nip.io"
referer
"https://52.199.68.136.nip.io/"
user-agent
"curl/8.7.1"
x-php-ob-level
"0"

Request Content

Raw

login_email=smulange%40test.com&login_pass=P%40ssword%402026&_target_path=%2F&_failure_path=%2F%3Flogin_error%3D1

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Sun, 02 Aug 2026 01:27:24 GMT"
location
"https://52.199.68.136.nip.io/?login_error=1"
set-cookie
[
  "maintenance_token=deleted; expires=Sat, 02 Aug 2025 01:27:23 GMT; Max-Age=0; path=/; httponly"
  "eccube_remember_me=deleted; expires=Sat, 02 Aug 2025 01:27:23 GMT; Max-Age=0; path=/; secure; httponly"
]
x-debug-token
"9a5c0b"

Cookies

Request Cookies

Key Value
eccube
"8fa3fd554681db429fe3027325a2851c"

Response Cookies

Key Value
eccube_remember_me
Symfony\Component\HttpFoundation\Cookie {#601
  #name: "eccube_remember_me"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: null
  -partitioned: false
  -secureDefault: false
}
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#455
  #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:27:24 +0900"
Last used
"Sun, 02 Aug 26 10:27:24 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-Eccube\Form\Type\Front\ForgotType
"G_0CUW3O9xczkrIQZdiqIOPj2-diKVf1xTAYH6CAnhI"
_csrf/https-_token
"S4Xve7vS-iwzLxWxxgrO3rYAqj9mnOlrHMB1teo4BtM"
_csrf/https-authenticate
"IUv0m6fJxdI5rb4cquP6k_V52CPbywXs-5d_zLARfRA"
_csrf/https-two_factor
"le9oMgvgpRBN4uLam0I01AGdygeF0abm_zmBIRT2AGw"
_security.last_error
Symfony\Component\Security\Core\Exception\TooManyLoginAttemptsAuthenticationException {#592
  #message: ""
  #code: 0
  #file: "/var/www/html/vendor/symfony/security-http/EventListener/LoginThrottlingListener.php"
  #line: 55
  -token: null
  -threshold: 28
  trace: {
    /var/www/html/vendor/symfony/security-http/EventListener/LoginThrottlingListener.php:55 {
      Symfony\Component\Security\Http\EventListener\LoginThrottlingListener->checkPassport(CheckPassportEvent $event): void …
      › if (!$limit->isAccepted() || 0 === $limit->getRemainingTokens()) {    throw new TooManyLoginAttemptsAuthenticationException(ceil(($limit->getRetryAfter()->getTimestamp() - time()) / 60));}
    }
    /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/security-http/Authentication/AuthenticatorManager.php:180 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);arguments: {
        $event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#569 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#487 …}
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /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
false

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"
CONTENT_LENGTH
"113"
CONTENT_TYPE
"application/x-www-form-urlencoded"
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
"*/*"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"eccube=8fa3fd554681db429fe3027325a2851c"
HTTP_HOST
"52.199.68.136.nip.io"
HTTP_ORIGIN
"https://52.199.68.136.nip.io"
HTTP_REFERER
"https://52.199.68.136.nip.io/"
HTTP_USER_AGENT
"curl/8.7.1"
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
"/mypage/login"
REMOTE_ADDR
"106.72.179.128"
REMOTE_PORT
"13902"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785634044
REQUEST_TIME_FLOAT
1785634044.9265
REQUEST_URI
"/mypage/login"
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
[]