GET https://www.masaepiano.com/it/login

SecurityController :: login

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_locale
"it"
_route
"login"
_route_params
[
  "_locale" => "it"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#623
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#586 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#622
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#628 …}
  }
]
_stopwatch_token
"619dba"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"main_deauth_profile_token=2a3b83; PHPSESSID=8c599cfff866f8a2c7571dd531002630"
host
"www.masaepiano.com"
remote-ip
"216.73.216.180"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.180"
x-forwarded-proto
"https"
x-ovhrequest-id
"de3ef57be0a53afb3e815abf940c1704"
x-php-ob-level
"1"
x-predictor
"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
"Fri, 17 Jul 2026 21:53:17 GMT"
x-debug-token
"287345"

Cookies

Request Cookies

Key Value
PHPSESSID
"8c599cfff866f8a2c7571dd531002630"
main_deauth_profile_token
"2a3b83"

Response Cookies

No response cookies

Session 5

Session Metadata

Key Value
Created
"Fri, 17 Jul 26 23:53:12 +0200"
Last used
"Fri, 17 Jul 26 23:53:12 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.main.target_path
"https://www.masaepiano.com/it/blogdemo/"

Session Usage

5 Usages
Stateless check enabled
Usage
App\Controller\SecurityController:28
[
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Util/TargetPathTrait.php"
    "line" => 28
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/src/Controller/SecurityController.php"
    "line" => 64
    "function" => "saveTargetPath"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/public/index.php"
    "line" => 5
    "args" => [
      "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/src/Controller/SecurityController.php"
    "line" => 79
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/public/index.php"
    "line" => 5
    "args" => [
      "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/src/Controller/SecurityController.php"
    "line" => 81
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/public/index.php"
    "line" => 5
    "args" => [
      "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php"
    "line" => 129
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php"
    "line" => 79
    "function" => "getListener"
    "class" => "Symfony\Component\Security\Http\Logout\LogoutUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php"
    "line" => 57
    "function" => "generateLogoutUrl"
    "class" => "Symfony\Component\Security\Http\Logout\LogoutUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php"
    "line" => 45
    "function" => "getLogoutPath"
    "class" => "Symfony\Component\Security\Http\Logout\LogoutUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/03/036bb1a0477e3aee09293756202aa90b.php"
    "line" => 161
    "function" => "getLogoutPath"
    "class" => "Symfony\Bridge\Twig\Extension\LogoutUrlExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_44362919f99603786a34329ff736d6ad"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/7c/7c368760e92a1332ef730de0dd3f2eaf.php"
    "line" => 283
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_492233238d2f37625314023c66eea6ab"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/7c/7c368760e92a1332ef730de0dd3f2eaf.php"
    "line" => 102
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_492233238d2f37625314023c66eea6ab"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/36/36ac375f2c80640d1f4771f71114090c.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c2b3964ecaaa09db6f1d819e4d452a35"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 467
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 284
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/src/Controller/SecurityController.php"
    "line" => 77
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/public/index.php"
    "line" => 5
    "args" => [
      "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:181
[
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 181
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/1a/1a54279923ab323c3163eb1e2ac15460.php"
    "line" => 57
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_fbb8e26ea3bbcbc32ac86260950db90f"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1522
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/7c/7c368760e92a1332ef730de0dd3f2eaf.php"
    "line" => 315
    "function" => "include"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_body"
    "class" => "__TwigTemplate_492233238d2f37625314023c66eea6ab"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/7c/7c368760e92a1332ef730de0dd3f2eaf.php"
    "line" => 107
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_492233238d2f37625314023c66eea6ab"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/var/cache/dev/twig/36/36ac375f2c80640d1f4771f71114090c.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c2b3964ecaaa09db6f1d819e4d452a35"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 467
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 284
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/src/Controller/SecurityController.php"
    "line" => 77
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/masaepz/www/expense/public/index.php"
    "line" => 5
    "args" => [
      "/home/masaepz/www/expense/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"not-a-secret--read-the-doc!"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://masaepzbase:Pataplouf77@masaepzbase.mysql.db/masaepzbase"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LeImp0UAAAAAN7qKqAot22dbWYMXiV9lA8ajnGS"
GOOGLE_RECAPTCHA_SITE_KEY
"6LeImp0UAAAAADXHC39ezFRN5rcH1mRddMzCKbpH"
MAILER_DSN
"null://null"
STRIPE_PUBLIC_KEY
"pk_test_..."
STRIPE_SECRET_KEY
"sk_test_..."
YOUR_DOMAIN
"https://www.masaepiano.com/"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/masaepz/www/expense"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/masaepz/www/expense"
]
CFG_CLUSTER
"cluster127"
DOCUMENT_ROOT
"/home/masaepz/www/expense/public"
ENVIRONMENT
"development"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"805"
GEOIP_CITY
"Santa Paula"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"803"
GEOIP_LATITUDE
"34.355598"
GEOIP_LONGITUDE
"-119.070099"
GEOIP_REGION
"CA"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"main_deauth_profile_token=2a3b83; PHPSESSID=8c599cfff866f8a2c7571dd531002630"
HTTP_HOST
"www.masaepiano.com"
HTTP_REMOTE_IP
"216.73.216.180"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.180"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"de3ef57be0a53afb3e815abf940c1704"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/it/login"
REMOTE_ADDR
"216.73.216.180"
REMOTE_PORT
"19512"
REQUEST_METHOD
"GET"
REQUEST_TIME
1784325196
REQUEST_TIME_FLOAT
1784325196.9852
REQUEST_URI
"/it/login"
SCRIPT_FILENAME
"/home/masaepz/www/expense/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.masaepiano.com:443/it/login"
SCRIPT_URL
"/it/login"
SERVER_ADDR
"10.127.20.14"
SERVER_ADMIN
"postmaster@www.masaepiano.com"
SERVER_NAME
"www.masaepiano.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/masaepz/www/expense/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,YOUR_DOMAIN,DATABASE_URL,MAILER_DSN,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY"
UNIQUE_ID
"alqkTPCwAa72sudbyyuQzwAAA1A"
USER
"masaepz"
argc
0
argv
[]