Redirect 302 redirect from GET @app_wishlist_add (ffc7fa)

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

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" => "17463"
]
_stopwatch_token
"754ebe"
id
"17463"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"PHPSESSID=a5c41ti9luiid5nre5epo7ho6n; sf_redirect=%7B%22token%22%3A%22ffc7fa%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"
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:28:10 GMT"
location
"/cart"
x-debug-token
"a34340"

Cookies

Request Cookies

Key Value
PHPSESSID
"a5c41ti9luiid5nre5epo7ho6n"
sf_redirect
"{"token":"ffc7fa","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:27:15 +0000"
Last used
"Sun, 23 Aug 26 00:28:10 +0000"
Lifetime
0

Session Attributes

Attribute Value
cart
[
  13595 => 1
  24820 => 1
  15424 => 1
  23310 => 1
  9614 => 1
  17664 => 1
  13149 => 1
  18599 => 1
  5730 => 1
  23622 => 1
  1639 => 1
  4954 => 1
  12447 => 1
  1904 => 1
  4011 => 1
  5509 => 1
  9214 => 1
  23787 => 1
  22209 => 1
  3114 => 1
  10055 => 1
  2354 => 1
  18935 => 1
  9291 => 1
  19359 => 1
  22176 => 1
  5406 => 1
  14513 => 1
  16153 => 1
  15317 => 1
  25510 => 1
  7860 => 1
  1918 => 1
  15323 => 1
  21084 => 1
  1656 => 1
  18933 => 1
  10093 => 1
  6778 => 1
  11972 => 1
  12503 => 1
  5790 => 1
  18302 => 1
  2343 => 1
  8897 => 1
  4318 => 1
  19191 => 1
  25898 => 1
  19161 => 1
  2737 => 1
  14445 => 1
  4915 => 1
  24503 => 1
  14538 => 1
  3860 => 1
  15426 => 1
  19772 => 1
  6551 => 1
  18862 => 1
  23258 => 1
  6394 => 1
  8356 => 1
  16449 => 1
  17779 => 1
  18318 => 1
  24043 => 1
  17463 => 1
]
wishlist
[
  5564
  7770
  4116
  25786
  2052
  21980
  16010
  15430
  4704
  18296
  25904
  2010
  14929
  9646
  1752
  7674
  8336
  16474
  13348
  9818
  5465
  2220
  3716
  859
  20548
  25635
  2916
  8889
  11540
  22979
  1377
  15564
  10069
  15522
  9524
  4694
  12781
  9469
  1648
  18461
  23633
  21603
  8374
  2347
  5676
  919
  23587
  22008
  21385
  1028
  10262
  11342
  13604
  14948
  8150
  24079
  15069
  22907
  18993
  4328
  4703
  11086
  9600
  18337
  18451
  4859
  7917
  23640
  8731
  9385
  5844
  4816
  1787
  10499
  8056
  8291
  5501
  19296
  1769
  22306
  5182
  9520
  19348
]

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
"PHPSESSID=a5c41ti9luiid5nre5epo7ho6n; sf_redirect=%7B%22token%22%3A%22ffc7fa%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"
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/17463"
REDIRECT_SCRIPT_URL
"/cart/add/17463"
REDIRECT_SSL_TLS_SNI
"www.mipeluco.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/cart/add/17463"
REMOTE_ADDR
"216.73.216.215"
REMOTE_PORT
"24760"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1787444890
REQUEST_TIME_FLOAT
1787444890.5124
REQUEST_URI
"/cart/add/17463"
SCRIPT_FILENAME
"/var/www/html/shop/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.mipeluco.com/cart/add/17463"
SCRIPT_URL
"/cart/add/17463"
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"