Redirect 302 redirect from POST @app_forgot_password_request (6015c9)

GET https://bill.flexzob.com/reset-password/check-email

ResetPasswordController :: checkEmail

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ResetPasswordController::checkEmail"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_check_email"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"00ea21"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9"
cache-control
"max-age=0"
connection
"keep-alive"
cookie
"PHPSESSID=1kfup8049b7lev093m5supnid2; sf_redirect=%7B%22token%22%3A%226015c9%22%2C%22route%22%3A%22app_forgot_password_request%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CResetPasswordController%22%2C%22method%22%3A%22request%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Flocumlancer%5C%2Fsrc%5C%2FController%5C%2FResetPasswordController.php%22%2C%22line%22%3A38%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"bill.flexzob.com"
referer
"https://bill.flexzob.com/reset-password"
sec-ch-ua
""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
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
"Tue, 13 Jan 2026 17:10:51 GMT"
x-debug-token
"ff13d2"

Cookies

Request Cookies

Key Value
PHPSESSID
"1kfup8049b7lev093m5supnid2"
sf_redirect
"{"token":"6015c9","route":"app_forgot_password_request","method":"POST","controller":{"class":"App\\Controller\\ResetPasswordController","method":"request","file":"\/var\/www\/locumlancer\/src\/Controller\/ResetPasswordController.php","line":38},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Tue, 13 Jan 26 17:09:46 +0000"
Last used
"Tue, 13 Jan 26 17:10:50 +0000"
Lifetime
0

Session Attributes

Attribute Value
ResetPasswordToken
SymfonyCasts\Bundle\ResetPassword\Model\ResetPasswordToken {#152
  -token: null
  -expiresAt: DateTimeImmutable @1768327850 {#586
    date: 2026-01-13 18:10:50.289692 UTC (+00:00)
  }
  -generatedAt: 1768324250
  -transInterval: 1
}
_csrf/https-authenticate
"qsyPYhQyNvveHNip7KXs5McadsdeWUZ3nB_aBMZZuk8"
_csrf/https-reset_password_request_form
"WWZHSGMPrUFk_fzuoAR_7t15pezQFhjsl68dKPzNJhA"

Session Usage

2 Usages
Stateless check enabled
Usage
App\Controller\ResetPasswordController:74
[
  [
    "file" => "/var/www/locumlancer/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php"
    "line" => 74
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/src/Controller/ResetPasswordController.php"
    "line" => 63
    "function" => "getTokenObjectFromSession"
    "class" => "App\Controller\ResetPasswordController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "checkEmail"
    "class" => "App\Controller\ResetPasswordController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/locumlancer/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/locumlancer/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1913
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/var/cache/dev/twig/2e/2e7792ad944353631cac1ed045564fdc.php"
    "line" => 138
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1b79d389b53022112a0d8f9115ba3088"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/var/cache/dev/twig/f9/f96ee241f20a2ba3de8b7a2e4cdf8669.php"
    "line" => 111
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8c4267fb5a67e4de44c54397727380a0"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/var/cache/dev/twig/42/42edc69ba130d21ea86c242c06900d59.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e5d2f69f94484a8c585b36916437f848"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/src/Controller/ResetPasswordController.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "checkEmail"
    "class" => "App\Controller\ResetPasswordController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/locumlancer/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/locumlancer/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
"62be63f0e168c4229cdbf92c160b4172"
APP_URL
"https://167.172.25.174"
BASE_URL
"https://167.172.25.174"
DATABASE_URL
"mysql://locumuser:S%%217rNg%%23DbP%%40ss_23kf@127.0.0.1:3306/test?serverVersion=8.0.32&charset=utf8mb4"
FB_ID
""
FB_SECRET
""
GOOGLE_ID
"738827918480-5bj0lpkql84ok1tlqc6ttmgnkm052je4.apps.googleusercontent.com"
GOOGLE_SECRET
"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"
LINKEDIN_ID
"777zsqzx5nfzzc"
LINKEDIN_SECRET
"zDHxPL2KCjbEtFWc"
MAILER_DSN
"smtp://83c098001@smtp-brevo.com:xsmtpsib-074e6e1c835929b685fc6aeb02ae2ec4acc59e7c5903cb40b039c598ff3c6c50-CswWBbxmqRmLpQjA@smtp-relay.brevo.com:2525"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SENTRY_DSN
"https://92ac27610cdbf96ac138bd228239d0d8@o4509104525344768.ingest.us.sentry.io/4509104527966208"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/locumlancer/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/locumlancer/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=1kfup8049b7lev093m5supnid2; sf_redirect=%7B%22token%22%3A%226015c9%22%2C%22route%22%3A%22app_forgot_password_request%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CResetPasswordController%22%2C%22method%22%3A%22request%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Flocumlancer%5C%2Fsrc%5C%2FController%5C%2FResetPasswordController.php%22%2C%22line%22%3A38%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"bill.flexzob.com"
HTTP_REFERER
"https://bill.flexzob.com/reset-password"
HTTP_SEC_CH_UA
""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"bill.flexzob.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/reset-password/check-email"
REMOTE_ADDR
"72.74.220.172"
REMOTE_PORT
"54803"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1768324251
REQUEST_TIME_FLOAT
1768324251.4208
REQUEST_URI
"/reset-password/check-email"
SCRIPT_FILENAME
"/var/www/locumlancer/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"167.172.25.174"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"bill.flexzob.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at bill.flexzob.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"bill.flexzob.com"
SYMFONY_DOTENV_PATH
"/var/www/locumlancer/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,BASE_URL,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,FB_ID,FB_SECRET,GOOGLE_ID,GOOGLE_SECRET,LINKEDIN_ID,LINKEDIN_SECRET,SENTRY_DSN"