GET https://brcnd.practicetally.com/order/

OrderController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\OrderController::index"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#662
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/order"
    +name: "order_"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Security\Http\Attribute\IsGranted {#887
    +methods: []
    +attribute: "ROLE_USER"
    +subject: null
    +message: null
    +statusCode: null
    +exceptionCode: null
  }
  Symfony\Component\Routing\Attribute\Route {#152
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/"
    +name: "page"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_route
"order_page"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#795
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginAuthenticator {#796 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#783
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#750 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#797
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#798 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#793
    -supports: false
    -passport: null
    -duration: null
    -stub: "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator {#789 …}
  }
]
_stopwatch_token
"e89618"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.9"
content-length
"0"
host
"brcnd.practicetally.com"
sec-fetch-mode
"cors"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0"
via
"1.1 Caddy"
x-forwarded-for
"198.13.159.189"
x-forwarded-host
"brcnd.practicetally.com"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://brcnd.practicetally.com/order/' \
  --header 'Accept-Language: en-US,en;q=0.9' \
  --header 'Sec-Fetch-Mode: cors' \
  --header 'X-Forwarded-Host: brcnd.practicetally.com' \
  --header 'Upgrade-Insecure-Requests: 1' \
  --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0' \
  --header 'Via: 1.1 Caddy' \
  --header 'X-Forwarded-For: 198.13.159.189' \
  --header 'Content-Length: 0' \
  --header 'Accept-Encoding: gzip, deflate, br' \
  --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=utf-8"
date
"Tue, 16 Jun 2026 03:36:05 GMT"
expires
"Tue, 16 Jun 2026 03:36:05 GMT"
location
"https://brcnd.practicetally.com/login"
referrer-policy
"no-referrer, strict-origin-when-cross-origin"
set-cookie
"PHPSESSID=77c3f60aefde42ab897b62be7df604b0; path=/; secure; httponly; samesite=lax"
x-content-type-options
"nosniff"
x-debug-token
"76ec8d"
x-frame-options
"DENY"
x-robots-tag
"noindex"
x-xss-protection
"1"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
PHPSESSID
Symfony\Component\HttpFoundation\Cookie {#948
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "PHPSESSID"
  #value: "77c3f60aefde42ab897b62be7df604b0"
  #domain: ""
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 2

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php"
    "line" => 52
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/sites.clients/brcnd.practicetally.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ExceptionListener:28
[
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Util/TargetPathTrait.php"
    "line" => 28
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 208
    "function" => "saveTargetPath"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 185
    "function" => "setTargetPath"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 138
    "function" => "startAuthentication"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 93
    "function" => "handleAccessDeniedException"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sites.clients/brcnd.practicetally.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/sites.clients/brcnd.practicetally.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_PHONE_NUMBER
"4093515392"
AMAZON_SNS_DEFAULT_REGION
"us-east-1"
APP_ENV
"dev"
APP_SECRET
"766a761d92a42132429b6501746f2256"
APP_SHARE_DIR
"var/share"
CLOUDFLARE_TURNSTILE_SECRET_KEY
"0x4AAAAAADf3fqDrSv6Qfq3LTzVvp7nu-6E"
CLOUDFLARE_TURNSTILE_SITE_KEY
"0x4AAAAAADf3fkn1bguultyV"
DATABASE_URL
"mysql://practicetally:e$medico@practicetally.cmoek4tidlgb.us-east-1.rds.amazonaws.com/brcn?serverVersion=11.8.5-MariaDB"
DEFAULT_URI
"https://brcnd.practicetally.com"
GEMINI_API_KEY
"AIzaSyDYHItl9sQ3jQwn-kDxso9MFllwtYeCOKE"
GOOGLE_MAPS_API_KEY
"AIzaSyALMuhY7Ji8Df-mErRitSE5vl-8MZvDn-w"
LOCK_DSN
"flock"
MAILER_DSN
"mailtrap+api://22686988f7ebdd3c3fc455aa96ba331b@send.api.mailtrap.io"
REDIS_ACCOUNT_KEY
"A26eovgn5t2ao81kx5bmp560uaisaz5fne94rbwh4vtzn42hgl6"
REDIS_USER_KEY
"S640mh3x7osdgi5flj0guu88yp51szbbdgqj65pla8swx33829m"
RELYING_PARTY_ID
"brcnd.practicetally.com"
SITE_BASE_HOST
"brcnd.practicetally.com"
SITE_BASE_SCHEME
"https"
UX_MAP_DSN
"google://%env(GOOGLE_MAPS_API_KEY)%@default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/sites.clients/brcnd.practicetally.com"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/sites.clients/brcnd.practicetally.com"
]
AUTH_TYPE
""
CONTENT_LENGTH
"0"
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/sites.clients/brcnd.practicetally.com/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CONTENT_LENGTH
"0"
HTTP_HOST
"brcnd.practicetally.com"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0"
HTTP_VIA
"1.1 Caddy"
HTTP_X_FORWARDED_FOR
"198.13.159.189"
HTTP_X_FORWARDED_HOST
"brcnd.practicetally.com"
HTTP_X_FORWARDED_PROTO
"https"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"198.13.159.189"
REMOTE_HOST
"198.13.159.189"
REMOTE_IDENT
""
REMOTE_PORT
"44268"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781580965
REQUEST_TIME_FLOAT
1781580965.6214
REQUEST_URI
"/order/"
SCRIPT_FILENAME
"/var/www/sites.clients/brcnd.practicetally.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"brcnd.practicetally.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"Caddy/v2.11.3"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/var/www/sites.clients/brcnd.practicetally.com/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,MAILER_DSN,DATABASE_URL,LOCK_DSN,SITE_BASE_SCHEME,SITE_BASE_HOST,DEFAULT_URI,RELYING_PARTY_ID,GEMINI_API_KEY,GOOGLE_MAPS_API_KEY,UX_MAP_DSN,CLOUDFLARE_TURNSTILE_SITE_KEY,CLOUDFLARE_TURNSTILE_SECRET_KEY,AMAZON_SNS_DEFAULT_REGION,REDIS_ACCOUNT_KEY,REDIS_USER_KEY,ADMIN_PHONE_NUMBER"
USER
"apache"