https://tcg-mana.com/management/product/product/image/process Return to referer URL

ProductController :: imageProcess

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
admin_product
[
  "product_image" => [
    "{"color":null}"
  ]
]

Uploaded Files

Key Value
admin_product
[
  "product_image" => [
    Symfony\Component\HttpFoundation\File\UploadedFile {#62
      -test: false
      -originalName: "047439_P_OKORIZARU.jpg"
      -mimeType: "image/jpeg"
      -error: 0
      path: "/tmp"
      filename: "phpWpQqYQ"
      basename: "phpWpQqYQ"
      pathname: "/tmp/phpWpQqYQ"
      extension: ""
      realPath: "/tmp/phpWpQqYQ"
      writable: false
      readable: false
      executable: false
      file: false
      dir: false
      link: false
    }
  ]
]

Request Attributes

Key Value
_controller
"Eccube\Controller\Admin\Product\ProductController::imageProcess"
_firewall_context
"security.firewall.map.context.admin"
_route
"admin_product_image_process"
_route_params
[]
_security_firewall_run
"_security_admin"
_stopwatch_token
"506582"

Request Headers

Header Value
accept
"*/*"
accept-language
"ja,ja-JP;q=0.9,en-US;q=0.8,en;q=0.7"
authorization
""
connection
"close"
content-length
"136366"
content-type
"multipart/form-data; boundary=----WebKitFormBoundaryHm4sGnaWymXoleDN"
cookie
"eccube=e3648a0eaf444731e0260f4547e635ce"
eccube-csrf-token
"a2ef4e0.5hLmJbw5gxq7ra7-nNqvf61CQa3Bbw9BdTt8F-lykXA.rEq5QeZ15G71_N-7-u7FBcMlcuaeJWUSPk4zXqBL2QSPI9FmxVf3LvyZ9w"
host
"tcg-mana.com"
origin
"https://tcg-mana.com"
priority
"u=1, i"
referer
"https://tcg-mana.com/management/product/product/new"
sec-ch-ua
""Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"59.140.176.115"
x-forwarded-host
"tcg-mana.com"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"74"
x-php-ob-level
"1"
x-real-ip
"59.140.176.115"
x-requested-with
"XMLHttpRequest"
x-server-address
"162.43.122.30"
x-ua-device
"pc"
x-wp-access
"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
"Sat, 19 Apr 2025 10:23:01 GMT"
set-cookie
"maintenance_token=deleted; expires=Fri, 19-Apr-2024 10:23:00 GMT; Max-Age=0; path=/; httponly"
x-debug-token
"ee7c16"

Cookies

Request Cookies

Key Value
eccube
"e3648a0eaf444731e0260f4547e635ce"

Response Cookies

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

Session 2

Session Metadata

Key Value
Created
"Sat, 19 Apr 25 18:15:07 +0900"
Last used
"Sat, 19 Apr 25 19:22:55 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"JX_dZLgtNQqEf4jzng3K_JjSKuOII9Hti17Cynt4G4Y"
_csrf/https-admin_product
"4DhIaSGNIsvZV1ykp6CxFJNoHmb20e-6WSEu4fD8mAw"
_csrf/https-admin_search_product
"8upvIyhVJuTihQPgURLJ4CAqsOEH3Zq0hd1304fb1wE"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#2441
  #serialized: null
  -token: null
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  trace: {
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:51 {
      session_start($options) …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);arguments: {
        $name: "attributes"
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-foundation/Session/Session.php:283 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
      arguments: {
        $name: "attributes"
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-foundation/Session/Session.php:77 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, $default = null) …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall/ContextListener.php:106 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);arguments: {
        $name: "_security_admin"
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:73 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
        $listeners: Generator {#2580 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#838 …}
        }
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#838 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/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);}
      arguments: {
        $listeners: [ …20]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
      }
    }
    /home/northserver/tcg-mana.com/public_html/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#653 …}
        $eventName: "kernel.request"
      }
    }
    /home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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 {#653 …}
        $eventName: "kernel.request"
      }
    }
    /home/northserver/tcg-mana.com/public_html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
      }
    }
    /home/northserver/tcg-mana.com/public_html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
        $catch: true
      }
    }
    /home/northserver/tcg-mana.com/public_html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
      }
    }
  }
}
_security.last_username
"user"
_security_admin
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:5:"admin";i:2;a:5:{i:0;C:20:"Eccube\Entity\Member":149:{a:4:{i:0;i:1;i:1;s:4:"user";i:2;s:64:"b0f94b4702db8e0e1a39b6a8f981792266333caf77a2a7cb99f88679ea86f9a2";i:3;s:32:"zZmMdZIrqJRYmBxqIkHERGhktxVeXTLq";}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}"
eccube.admin.product.search
[
  "id" => ""
  "category_id" => ""
  "status" => [
    "1"
    "2"
  ]
  "stock" => []
  "tag_id" => ""
  "create_date_start" => ""
  "create_datetime_start" => ""
  "create_date_end" => ""
  "create_datetime_end" => ""
  "update_date_start" => ""
  "update_datetime_start" => ""
  "update_date_end" => ""
  "update_datetime_end" => ""
  "sortkey" => ""
  "sorttype" => ""
]
eccube.admin.product.search.page_no
1

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:198
[
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 198
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/northserver/tcg-mana.com/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

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
"1"
APP_ENV
"dev"
CONTENT_LENGTH
"136366"
CONTENT_TYPE
"multipart/form-data; boundary=----WebKitFormBoundaryHm4sGnaWymXoleDN"
CONTEXT_DOCUMENT_ROOT
"/home/northserver/tcg-mana.com/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.5.17-MariaDB-log"
DATABASE_URL
"mysql://northserver_mana:mr3i2jbadsmmy@localhost/northserver_tcgmana"
DOCUMENT_ROOT
"/home/northserver/tcg-mana.com/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_DENY_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"management"
ECCUBE_AUTH_MAGIC
"vFObthgW4rtWYzt77xe0AgYLuFD2RVGw"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"0"
ECCUBE_FRONT_ALLOW_HOSTS
"[]"
ECCUBE_FRONT_DENY_HOSTS
"[]"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/northserver"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_LANGUAGE
"ja,ja-JP;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_COOKIE
"eccube=e3648a0eaf444731e0260f4547e635ce"
HTTP_ECCUBE_CSRF_TOKEN
"a2ef4e0.5hLmJbw5gxq7ra7-nNqvf61CQa3Bbw9BdTt8F-lykXA.rEq5QeZ15G71_N-7-u7FBcMlcuaeJWUSPk4zXqBL2QSPI9FmxVf3LvyZ9w"
HTTP_HOST
"tcg-mana.com"
HTTP_ORIGIN
"https://tcg-mana.com"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://tcg-mana.com/management/product/product/new"
HTTP_SEC_CH_UA
""Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"59.140.176.115"
HTTP_X_FORWARDED_HOST
"tcg-mana.com"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"74"
HTTP_X_REAL_IP
"59.140.176.115"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
HTTP_X_SERVER_ADDRESS
"162.43.122.30"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"smtp://info@tcg-mana.com:cugm4cd7zfvm@sv14429.xserver.jp:587?auth_mode=plain"
MAILER_URL
"smtp://info@tcg-mana.com:cugm4cd7zfvm@sv14429.xserver.jp:587?auth_mode=plain"
MEF_PROXY_ADDR
"162.43.122.30"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.122.30"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aAN5hV_dLiSA_tXmCzRKbgAAAGU"
REDIRECT_URL
"/management/product/product/image/process"
REMOTE_ADDR
"59.140.176.115"
REMOTE_PORT
"56442"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1745058181
REQUEST_TIME_FLOAT
1745058181.5343
REQUEST_URI
"/management/product/product/image/process"
SCRIPT_FILENAME
"/home/northserver/tcg-mana.com/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.43.122.30"
SERVER_ADMIN
"webmaster@tcg-mana.com"
SERVER_NAME
"tcg-mana.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
TRUSTED_HOSTS
"^tcg-mana\.com$"
UNIQUE_ID
"aAN5hV_dLiSA_tXmCzRKbgAAAGU"
USER
"northserver"