Redirect 302 redirect from GET @app_wishlist_add (75a3ed)

GET https://www.mipeluco.com/cart/add/6589

CartController :: add

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_access_control_attributes
null
_controller
"App\Controller\CartController::add"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_cart_add"
_route_params
[
  "id" => "6589"
]
_stopwatch_token
"669c83"
id
"6589"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"sf_redirect=%7B%22token%22%3A%2275a3ed%22%2C%22route%22%3A%22app_wishlist_add%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CWishlistController%22%2C%22method%22%3A%22add%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fshop%5C%2Fsrc%5C%2FController%5C%2FWishlistController.php%22%2C%22line%22%3A15%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=hnr4f8gmgss4ugvk27k608sst4"
host
"www.mipeluco.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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"
content-type
"text/html; charset=utf-8"
date
"Sun, 23 Aug 2026 00:27:06 GMT"
location
"/cart"
x-debug-token
"6e405c"

Cookies

Request Cookies

Key Value
PHPSESSID
"hnr4f8gmgss4ugvk27k608sst4"
sf_redirect
"{"token":"75a3ed","route":"app_wishlist_add","method":"GET","controller":{"class":"App\\Controller\\WishlistController","method":"add","file":"\/var\/www\/html\/shop\/src\/Controller\/WishlistController.php","line":15},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Sun, 23 Aug 26 00:26:17 +0000"
Last used
"Sun, 23 Aug 26 00:27:06 +0000"
Lifetime
0

Session Attributes

Attribute Value
cart
[
  13614 => 1
  13631 => 1
  11367 => 1
  4840 => 1
  13482 => 1
  18521 => 1
  8086 => 1
  2286 => 1
  3170 => 1
  11209 => 1
  20847 => 1
  3756 => 1
  11084 => 1
  4865 => 1
  5491 => 1
  20196 => 1
  2489 => 1
  9841 => 1
  6355 => 1
  4236 => 1
  6975 => 1
  11490 => 1
  5458 => 1
  14232 => 1
  2965 => 1
  14367 => 1
  4032 => 1
  14722 => 1
  4885 => 1
  4492 => 1
  7541 => 1
  7334 => 1
  8732 => 1
  7599 => 1
  4265 => 1
  6763 => 1
  6982 => 1
  5404 => 1
  4801 => 1
  13617 => 1
  15 => 1
  2944 => 1
  9711 => 1
  24364 => 1
  4776 => 1
  8463 => 1
  834 => 1
  3606 => 1
  10092 => 1
  13627 => 1
  7153 => 1
  18985 => 1
  4797 => 1
  17898 => 1
  14636 => 1
  1933 => 1
  7928 => 1
  2280 => 1
  4863 => 1
  4302 => 1
  22243 => 1
  8095 => 1
  8249 => 1
  6765 => 1
  5116 => 1
  364 => 1
  365 => 1
  14909 => 1
  4883 => 1
  23959 => 1
  4293 => 1
  23482 => 1
  6591 => 1
  3496 => 1
  8060 => 1
  5740 => 1
  9075 => 1
  14743 => 1
  6897 => 1
  2233 => 1
  23481 => 1
  14780 => 1
  7326 => 1
  12944 => 1
  17801 => 1
  7350 => 1
  13293 => 1
  6993 => 1
  7440 => 1
  9580 => 1
  5237 => 1
  7630 => 1
  7789 => 1
  8567 => 1
  20752 => 1
  13620 => 1
  17152 => 1
  17829 => 1
  8633 => 1
  6772 => 1
  4976 => 1
  4196 => 1
  20652 => 1
  6589 => 1
]
wishlist
[
  3285
  13634
  1065
  8963
  5809
  20554
  17697
  2104
  8352
  7771
  9753
  3448
  6392
  17844
  5693
  4086
  681
  6348
  6907
  984
  764
  14404
  411
  5484
  7645
  190
  7154
  1192
  13554
  212
  11047
  23980
  457
  7657
  426
  25307
  6992
  8143
  5352
]

Session Usage

2 Usages
Stateless check enabled
Usage
App\Service\CartService:23
[
  [
    "file" => "/var/www/html/shop/src/Service/CartService.php"
    "line" => 23
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/src/Controller/CartController.php"
    "line" => 26
    "function" => "add"
    "class" => "App\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "add"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/shop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Service\CartService:31
[
  [
    "file" => "/var/www/html/shop/src/Service/CartService.php"
    "line" => 31
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/src/Controller/CartController.php"
    "line" => 26
    "function" => "add"
    "class" => "App\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "add"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/shop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"a88e7a83d7a8e7a83d7a8e7a83d7a8e7"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://ubuntu:SugusMan12796664!@127.0.0.1:3306/shop?serverVersion=5.7&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
GEMINI_API_KEY
"AQ.Ab8RN6LMhraEGG3QnALSgJN5wuufPU23GxWTmw--fvkpy_hsMA"
GEMINI_MODEL
"gemini-1.5-flash"
MAILER_DSN
"smtps://hola%40mipeluco.com:Lapichuta26!@ssl0.ovh.net:465"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/html/shop/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/shop/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%2275a3ed%22%2C%22route%22%3A%22app_wishlist_add%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CWishlistController%22%2C%22method%22%3A%22add%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fshop%5C%2Fsrc%5C%2FController%5C%2FWishlistController.php%22%2C%22line%22%3A15%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=hnr4f8gmgss4ugvk27k608sst4"
HTTP_HOST
"www.mipeluco.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.mipeluco.com/cart/add/6589"
REDIRECT_SCRIPT_URL
"/cart/add/6589"
REDIRECT_SSL_TLS_SNI
"www.mipeluco.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/cart/add/6589"
REMOTE_ADDR
"216.73.216.215"
REMOTE_PORT
"7156"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1787444826
REQUEST_TIME_FLOAT
1787444826.9842
REQUEST_URI
"/cart/add/6589"
SCRIPT_FILENAME
"/var/www/html/shop/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.mipeluco.com/cart/add/6589"
SCRIPT_URL
"/cart/add/6589"
SERVER_ADDR
"148.113.201.140"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.mipeluco.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Ubuntu) Server at www.mipeluco.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Ubuntu)"
SSL_TLS_SNI
"www.mipeluco.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MAILER_DSN,APP_DEBUG,GEMINI_API_KEY,GEMINI_MODEL"