POST https://eureka.demo.eurekaenergyconsulting.com/admin/login

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"csrf-token"
email
"admin@eurekaenergyconsulting.com"
password
"Admin123!"

Uploaded Files

No uploaded files

Request Attributes

Key Value
_access_control_attributes
[
  "PUBLIC_ACCESS"
]
_controller
"App\Controller\Admin\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_route
"admin_login"
_route_params
[]
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#735
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}
_stopwatch_token
"0be657"

Request Headers

Header Value
accept
"*/*"
content-length
"80"
content-type
"application/x-www-form-urlencoded"
host
"eureka.demo.eurekaenergyconsulting.com"
user-agent
"curl/8.5.0"
x-forwarded-for
"2.24.10.163"
x-php-ob-level
"1"

Request Content

Raw

email=admin@eurekaenergyconsulting.com&password=Admin123!&_csrf_token=csrf-token

Retry Command

curl \
  --compressed \
  --request POST \
  --url 'https://eureka.demo.eurekaenergyconsulting.com/admin/login' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Accept: */*' \
  --header 'User-Agent: curl/8.5.0' \
  --header 'Content-Length: 80' \
  --header 'X-Forwarded-For: 2.24.10.163' \
  --header 'X-Php-Ob-Level: 1' \
  --data-raw 'email=admin@eurekaenergyconsulting.com&password=Admin123!&_csrf_token=csrf-token'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=utf-8"
date
"Mon, 03 Aug 2026 12:59:10 GMT"
expires
"Mon, 03 Aug 2026 12:59:10 GMT"
location
"/admin/"
set-cookie
[
  "REMEMBERME=deleted; expires=Sun, 03 Aug 2025 12:59:09 GMT; Max-Age=0; path=/; httponly"
  "PHPSESSID=c6cdabdb551508f60a8a1f09b91c6a4a; path=/; secure; httponly; samesite=lax"
]
x-debug-token
"5a392c"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
PHPSESSID
Symfony\Component\HttpFoundation\Cookie {#913
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "PHPSESSID"
  #value: "c6cdabdb551508f60a8a1f09b91c6a4a"
  #domain: ""
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#735
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #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/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/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/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 142
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\AppAuthenticator:39
[
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/src/Security/AppAuthenticator.php"
    "line" => 39
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 72
    "function" => "authenticate"
    "class" => "App\Security\AppAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 178
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 142
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:51
[
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 51
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/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/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 219
    "function" => "handleAuthenticationSuccess"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 142
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\AppAuthenticator:36
[
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Util/TargetPathTrait.php"
    "line" => 36
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/src/Security/AppAuthenticator.php"
    "line" => 60
    "function" => "getTargetPath"
    "class" => "App\Security\AppAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 89
    "function" => "onAuthenticationSuccess"
    "class" => "App\Security\AppAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 233
    "function" => "onAuthenticationSuccess"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 219
    "function" => "handleAuthenticationSuccess"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 142
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/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_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"eureka-dev-secret-change-in-prod"
APP_URL
"http://localhost:8000"
DATABASE_URL
"mysql://root:NVlDQd9hv5BaXLba@127.0.0.1:3306/eureka_demo?serverVersion=8.0.45&charset=utf8mb4"
FIXTURE_SUPER_ADMIN_EMAIL
"admin@eurekaenergyconsulting.com"
FIXTURE_SUPER_ADMIN_PASSWORD
"Admin123!"
MAILER_DSN
"smtp://127.0.0.1:1025"
MAILER_FROM
"noreply@eurekaenergyconsulting.com"
MESSENGER_TRANSPORT_DSN
"sync://"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html"
]
BASE
"/public"
CONTENT_LENGTH
"80"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/eureka"
HOSTNAME
""
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"eureka.demo.eurekaenergyconsulting.com"
HTTP_USER_AGENT
"curl/8.5.0"
HTTP_X_FORWARDED_FOR
"2.24.10.163"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"eureka.demo.eurekaenergyconsulting.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"eureka.demo.eurekaenergyconsulting.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/admin/login"
REMOTE_ADDR
"2.24.10.163"
REMOTE_PORT
"52352"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785761949
REQUEST_TIME_FLOAT
1785761949.5359
REQUEST_URI
"/admin/login"
SCRIPT_FILENAME
"/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"2.24.10.163"
SERVER_ADMIN
"info@eureka.demo.eurekaenergyconsulting.com"
SERVER_NAME
"eureka.demo.eurekaenergyconsulting.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.13"
SSL_TLS_SNI
"eureka.demo.eurekaenergyconsulting.com"
SYMFONY_DOTENV_PATH
"/home/eureka/web/eureka.demo.eurekaenergyconsulting.com/public_html/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,APP_URL,DATABASE_URL,MAILER_DSN,MESSENGER_TRANSPORT_DSN,MAILER_FROM,FIXTURE_SUPER_ADMIN_EMAIL,FIXTURE_SUPER_ADMIN_PASSWORD"
TEMP
"/home/eureka/tmp"
TMP
"/home/eureka/tmp"
TMPDIR
"/home/eureka/tmp"
USER
"eureka"
proxy-nokeepalive
"1"