Request / Response
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| _csrf_token | "csrf-token" |
| _password | "******" |
| _username | "admin" |
Uploaded Files
No uploaded files
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | [
"PUBLIC_ACCESS"
] |
| _controller | "App\Controller\SecurityController::login" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_login" |
| _route_params | [] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "dbc54d" |
| csrf-token | 257 |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| accept-encoding | "br" |
| accept-language | "fr-FR,fr;q=0.9" |
| content-length | "62" |
| content-type | "application/x-www-form-urlencoded" |
| cookie | "main_deauth_profile_token=3f1904" |
| host | "tehila-jonas.fr" |
| origin | "https://tehila-jonas.fr" |
| priority | "u=0, i" |
| referer | "https://tehila-jonas.fr/invites/connexion" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "same-origin" |
| user-agent | "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5.2 Mobile/15E148 Safari/604.1" |
| x-forwarded-for | "2a02:26f7:c9c8:6406:0:a000:0:15" |
| x-forwarded-port | "443" |
| x-forwarded-proto | "https" |
| x-lscache | "1" |
| x-php-ob-level | "1" |
| x-port | "443" |
| x-real-ip | "2a02:26f7:c9c8:6406:0:a000:0:15" |
| x-real-port | "45667" |
Request Content
Raw
_csrf_token=csrf-token&_username=admin&_password=******
Retry Command
curl \ --compressed \ --request POST \ --url 'https://tehila-jonas.fr/invites/connexion' \ --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \ --header 'Accept-Encoding: br' \ --header 'Accept-Language: fr-FR,fr;q=0.9' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Content-Length: 62' \ --header 'Referer: https://tehila-jonas.fr/invites/connexion' \ --header 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5.2 Mobile/15E148 Safari/604.1' \ --header 'X-Forwarded-For: 2a02:26f7:c9c8:6406:0:a000:0:15' \ --header 'X-Forwarded-Proto: https' \ --header 'X-Real-Ip: 2a02:26f7:c9c8:6406:0:a000:0:15' \ --header 'X-Real-Port: 45667' \ --header 'X-Forwarded-Port: 443' \ --header 'X-Port: 443' \ --header 'X-Lscache: 1' \ --header 'Sec-Fetch-Site: same-origin' \ --header 'Origin: https://tehila-jonas.fr' \ --header 'Sec-Fetch-Mode: navigate' \ --header 'Sec-Fetch-Dest: document' \ --header 'Priority: u=0, i' \ --header 'X-Php-Ob-Level: 1' \ --cookie 'main_deauth_profile_token=3f1904' \ --data-raw '_csrf_token=csrf-token&_username=admin&_password=******'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=utf-8" |
| date | "Sun, 02 Aug 2026 15:39:10 GMT" |
| expires | "Sun, 02 Aug 2026 15:39:10 GMT" |
| location | "https://tehila-jonas.fr/invites" |
| set-cookie | "PHPSESSID=00a6d2a906f52cc141f840a8625d2551; path=/; secure; httponly; samesite=lax" |
| x-debug-token | "68caea" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| main_deauth_profile_token | "3f1904" |
Response Cookies
| Key | Value |
|---|---|
| PHPSESSID | Symfony\Component\HttpFoundation\Cookie {#651 #expire: 0 #path: "/" -sameSite: "lax" -secureDefault: false #name: "PHPSESSID" #value: "00a6d2a906f52cc141f840a8625d2551" #domain: "" #secure: true #httpOnly: true -raw: false -partitioned: false } |
Session 4
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
4
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 174
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 160
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 142
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/public/index.php"
"line" => 5
"args" => [
"/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator:134
[
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
"line" => 134
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
"line" => 80
"function" => "getCredentials"
"class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
"line" => 72
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 178
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 160
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 142
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/public/index.php"
"line" => 5
"args" => [
"/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:51
[
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 51
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 231
"function" => "setToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 219
"function" => "handleAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 160
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 142
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/public/index.php"
"line" => 5
"args" => [
"/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler:36
[
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Util/TargetPathTrait.php"
"line" => 36
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php"
"line" => 102
"function" => "getTargetPath"
"class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php"
"line" => 56
"function" => "determineTargetUrl"
"class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
"line" => 103
"function" => "onAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
"line" => 89
"function" => "onAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 233
"function" => "onAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 219
"function" => "handleAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 160
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 142
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 52
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 64
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 88
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u515230416/domains/tehila-jonas.fr/public_html/public/index.php"
"line" => 5
"args" => [
"/home/u515230416/domains/tehila-jonas.fr/public_html/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 | "57a841f1661f34533fe5039ebed6cdfd" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" |
| DEFAULT_URI | "http://localhost" |
| MAILER_DSN | "smtp://no-reply%40tehila-jonas.fr:Hasard60%25@smtp.hostinger.com:465" |
| MAILER_FROM | "no-reply@tehila-jonas.fr" |
| MAILER_RECAP_TO | "nathanelnak@gmail.com,nathanelnak@icloud.com" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/u515230416/domains/tehila-jonas.fr/public_html" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/u515230416/domains/tehila-jonas.fr/public_html" ] |
| BASE | "/public" |
| CONTENT_LENGTH | "62" |
| CONTENT_TYPE | "application/x-www-form-urlencoded" |
| CRAWLER_LOAD_LIMIT_ENFORCE | "25" |
| CRAWLER_USLEEP | "1000" |
| DOCUMENT_ROOT | "/home/u515230416/domains/tehila-jonas.fr/public_html" |
| FRONTEND_CDN | "QC" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| HTTP_ACCEPT_ENCODING | "br" |
| HTTP_ACCEPT_LANGUAGE | "fr-FR,fr;q=0.9" |
| HTTP_COOKIE | "main_deauth_profile_token=3f1904" |
| HTTP_HOST | "tehila-jonas.fr" |
| HTTP_ORIGIN | "https://tehila-jonas.fr" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_REFERER | "https://tehila-jonas.fr/invites/connexion" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_USER_AGENT | "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5.2 Mobile/15E148 Safari/604.1" |
| HTTP_X_FORWARDED_FOR | "2a02:26f7:c9c8:6406:0:a000:0:15" |
| HTTP_X_FORWARDED_PORT | "443" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_LSCACHE | "1" |
| HTTP_X_PORT | "443" |
| HTTP_X_REAL_IP | "2a02:26f7:c9c8:6406:0:a000:0:15" |
| HTTP_X_REAL_PORT | "45667" |
| H_CANARY | "false" |
| H_PLATFORM | "Hostinger" |
| H_STAGING | "false" |
| H_TYPE | "shared" |
| LSPHP_ProcessGroup | "on" |
| PATH | "/usr/local/bin:/bin:/usr/bin" |
| PHP_SELF | "/public/index.php" |
| PROXY_REMOTE_ADDR | "2a02:4780:27:a::2" |
| QUERY_STRING | "" |
| REDIRECT_REQUEST_METHOD | "POST" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/public/invites/connexion" |
| REMOTE_ADDR | "2a02:26f7:c9c8:6406:0:a000:0:15" |
| REMOTE_PORT | "62240" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1785685149 |
| REQUEST_TIME_FLOAT | 1785685149.5744 |
| REQUEST_URI | "/invites/connexion" |
| SCRIPT_FILENAME | "/home/u515230416/domains/tehila-jonas.fr/public_html/public/index.php" |
| SCRIPT_NAME | "/public/index.php" |
| SCRIPT_URI | "https://tehila-jonas.fr/invites/connexion" |
| SCRIPT_URL | "/invites/connexion" |
| SERVER_ADDR | "2a02:4780:27:2222:0:1eb5:cad0:3" |
| SERVER_ADMIN | "" |
| SERVER_NAME | "tehila-jonas.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "LiteSpeed" |
| SYMFONY_DOTENV_PATH | "/home/u515230416/domains/tehila-jonas.fr/public_html/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_FROM,MAILER_RECAP_TO" |
| X-LSCACHE | "on,crawler,esi,combine" |