Redirect 302 redirect from GET @applicant_homepage (bc8823)

GET https://sh.gem.li/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"
_links
Symfony\Component\WebLink\GenericLinkProvider {#936
  -links: [
    1063 => Symfony\Component\WebLink\Link {#1063
      -href: "/assets/styles/app-0d3812b95c31a79c75e0cbdd0c675a5e.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
    1062 => Symfony\Component\WebLink\Link {#1062
      -href: "/assets/styles/common-5474ce841cee8430cde294f5334460df.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
  ]
}
_redirected
true
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"9929e6"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
authorization
""
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.216.104"
cf-ipcountry
"US"
cf-ray
"a09027625ac4a53e-CMH"
cf-visitor
"{"scheme":"https"}"
cf-warp-tag-id
"31864947-083c-40c5-892d-8ac2a9595f08"
cookie
"PHPSESSID=1b068a5ec83985b364e0c928694bc2bd; sf_redirect=%7B%22token%22%3A%22bc8823%22%2C%22route%22%3A%22applicant_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApplicantController%22%2C%22method%22%3A%22indexAction%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fgem.li%5C%2Fsh.gem.li%5C%2Fsrc%5C%2FController%5C%2FApplicantController.php%22%2C%22line%22%3A21%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"sh.gem.li"
referer
"https://sh.gem.li/applicant/homepage"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-accel-internal
"/internal-nginx-static-location"
x-forwarded-for
"216.73.216.104"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"192.168.1.144"

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
"Tue, 09 Jun 2026 12:31:33 GMT"
link
"</assets/styles/app-0d3812b95c31a79c75e0cbdd0c675a5e.css>; rel="preload"; as="style",</assets/styles/common-5474ce841cee8430cde294f5334460df.css>; rel="preload"; as="style""
x-debug-token
"5da1a5"

Cookies

Request Cookies

Key Value
PHPSESSID
"1b068a5ec83985b364e0c928694bc2bd"
sf_redirect
"{"token":"bc8823","route":"applicant_homepage","method":"GET","controller":{"class":"App\\Controller\\ApplicantController","method":"indexAction","file":"\/var\/www\/vhosts\/gem.li\/sh.gem.li\/src\/Controller\/ApplicantController.php","line":21},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Tue, 09 Jun 26 12:31:31 +0000"
Last used
"Tue, 09 Jun 26 12:31:31 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"zl2i5AMZ9YFPv049hxlQofP2IPHtS9hLL_Uvg35ldrc"
_security.main.target_path
"https://sh.gem.li/applicant/homepage"

Session Usage

6 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 364
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 20
    "function" => "getUser"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 40
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 29
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 59
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 31
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:196
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 196
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1909
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/cd/cd9605c40c17b95ed00e8afb089f5ef9.php"
    "line" => 120
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_003c29b64fe472e96d213fe4116396cd"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/3c/3c4e16f2e13c1f5712535f3fd6b734d7.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_80a7ef594ea9beb0573265c21d64e2c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 448
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 453
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 253
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 33
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:79
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 79
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 69
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/form/FormRenderer.php"
    "line" => 59
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/3c/3c4e16f2e13c1f5712535f3fd6b734d7.php"
    "line" => 188
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_content"
    "class" => "__TwigTemplate_80a7ef594ea9beb0573265c21d64e2c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/cd/cd9605c40c17b95ed00e8afb089f5ef9.php"
    "line" => 156
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_003c29b64fe472e96d213fe4116396cd"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/3c/3c4e16f2e13c1f5712535f3fd6b734d7.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_80a7ef594ea9beb0573265c21d64e2c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 448
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 453
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 253
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 33
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:69
[
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 69
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 74
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/form/FormRenderer.php"
    "line" => 59
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/3c/3c4e16f2e13c1f5712535f3fd6b734d7.php"
    "line" => 188
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_content"
    "class" => "__TwigTemplate_80a7ef594ea9beb0573265c21d64e2c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/cd/cd9605c40c17b95ed00e8afb089f5ef9.php"
    "line" => 156
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_003c29b64fe472e96d213fe4116396cd"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/var/cache/dev/twig/3c/3c4e16f2e13c1f5712535f3fd6b734d7.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_80a7ef594ea9beb0573265c21d64e2c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 448
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 453
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 253
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/src/Controller/SecurityController.php"
    "line" => 33
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/gem.li/sh.gem.li/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_NAME
"St Helena Travel App"
APP_SECRET
"9cff04cc5a3a58a98bb6be0bd4a9b8c520947f9a"
APP_URL
"https://sh.gem.li/"
AWS_ACCESS_KEY_ID
"AKIAYNRZJ5PZLY7L4O7G"
AWS_BUCKET
"simplycook-dev-serverlessdeploymentbucket-1qe91fulgkuga"
AWS_REGION
"us-east-1"
AWS_SECRET_ACCESS_KEY
"JRYs1oFOHixn4Mc/3Ecp4PFj9Ds2Tdot2uAef6U2"
COMPOSE_FILE
"compose.yaml:compose.override.yaml:compose.local.yaml"
COMPOSE_PROFILES
"default,dev"
COMPOSE_PROJECT_NAME
"sh2025"
DATABASE_URL
"mysql://test_sh:[email protected]:3306/test_sh?serverVersion=10.6.18-MariaDB-0ubuntu0.22.04.1&charset=utf8mb4"
JWT_PASSPHRASE
"033cb9a26b5092e1c59a8a31a89182232448b2472f2de1de6c3d098c0be09ba7"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MAILER_API_URL
"https://gam.gemstoneit.co.uk/create"
MAILER_BASIC_PASS
"Ztep9VvN"
MAILER_BASIC_USER
"apiuser"
MAILER_CLIENT_ID
"35_25mt5q6ynkkk40sgck4448c40sgk80o8cgk8w0ss0w844cgs0w"
MAILER_CLIENT_SECRET
"59pbg9gsm98o0wso4wkscwcskgkcs800c40oswkssskwkgk04k"
MAILER_DSN
"null://null"
MAILER_TOKEN_URL
"https://gam.gemstoneit.co.uk/oauth/v2/token"
MAILER_URL
"https://gam.gemstoneit.co.uk/create"
MAIL_FROM
"[email protected]"
MAIL_SUPPORT
"[email protected]"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SIMILARITY_THRESOLD
"95"
STRIPE_CURRENCY
"EUR"
STRIPE_DASHBOARD_URL
"https://dashboard.stripe.com/test"
STRIPE_PUBLIC_KEY
"pk_test_51RyomrCd8z3AvvWIW7ygnplRvTDYeZAQ3FTgzwVLP7TcIHkvmDN7ZnWLIRdwwOOJ391pMItcBMR7YJzTo7jYUjDR00d5K905oQ"
STRIPE_SECRET_KEY
"sk_test_51RyomrCd8z3AvvWIFLDZ9w3mENZ6Pf3yDBjtE4dpxucJwoTECHI4uV3csZqoIrw32QasHL41AGg4TCAXkeZfjqTB00ONeYazXx"
STRIPE_WEBSITE_URL
"https://sh.gem.li/"
WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltopdf"
WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/gem.li/sh.gem.li/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/gem.li/sh.gem.li/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/gem.li"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_AUTHORIZATION
""
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.104"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"a09027625ac4a53e-CMH"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CF_WARP_TAG_ID
"31864947-083c-40c5-892d-8ac2a9595f08"
HTTP_COOKIE
"PHPSESSID=1b068a5ec83985b364e0c928694bc2bd; sf_redirect=%7B%22token%22%3A%22bc8823%22%2C%22route%22%3A%22applicant_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApplicantController%22%2C%22method%22%3A%22indexAction%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fgem.li%5C%2Fsh.gem.li%5C%2Fsrc%5C%2FController%5C%2FApplicantController.php%22%2C%22line%22%3A21%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"sh.gem.li"
HTTP_REFERER
"https://sh.gem.li/applicant/homepage"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_FORWARDED_FOR
"216.73.216.104"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"192.168.1.144"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SSL_TLS_SNI
"sh.gem.li"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aigHpEHxXhn6JeYk59BthwAAAQE"
REDIRECT_URL
"/login"
REMOTE_ADDR
"192.168.1.144"
REMOTE_PORT
"43690"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781008292
REQUEST_TIME_FLOAT
1781008292.3122
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/vhosts/gem.li/sh.gem.li/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.1.144"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"sh.gem.li"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache Server at sh.gem.li Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"sh.gem.li"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,COMPOSE_FILE,COMPOSE_PROJECT_NAME,COMPOSE_PROFILES,LOCK_DSN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,MAILER_API_URL,MAILER_TOKEN_URL,MAILER_CLIENT_ID,MAILER_CLIENT_SECRET,MAIL_FROM,MAIL_SUPPORT,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,APP_NAME,APP_URL,MAILER_URL,MAILER_BASIC_USER,MAILER_BASIC_PASS,AWS_REGION,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_BUCKET,SIMILARITY_THRESOLD,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY,STRIPE_DASHBOARD_URL,STRIPE_WEBSITE_URL,STRIPE_CURRENCY"
UNIQUE_ID
"aigHpEHxXhn6JeYk59BthwAAAQE"
USER
"colssh"
proxy-nokeepalive
"1"