GET http://foodies.dryades.org/

SiteController :: home

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_access_control_attributes
null
_controller
"App\Controller\SiteController::home"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#510
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/"
    +name: "app_home"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1187
  -links: [
    1306 => Symfony\Component\WebLink\Link {#1306
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
      -href: "/assets/styles/app-AMs8LiP.css"
    }
  ]
}
_route
"app_home"
_route_params
[]
_security_authenticators
[]
_security_skipped_authenticators
[]
_stopwatch_token
"f8671f"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"foodies.dryades.org"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.60"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.60"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'http://foodies.dryades.org/' \
  --header 'X-Forwarded-Scheme: https' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Forwarded-For: 216.73.216.60' \
  --header 'X-Real-Ip: 216.73.216.60' \
  --header 'Connection: close' \
  --header 'Accept: */*' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 23 Aug 2026 18:44:56 GMT"
link
"</assets/styles/app-AMs8LiP.css>; rel="preload"; as="style""
x-debug-token
"48154f"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"59190d32580b122212671c7b82d785b0"
DATABASE_URL
"mysql://foodies:14c440b15430259975d35d75ac3ce0a20933921511542172@127.0.0.1:3306/foodies?serverVersion=11.8.8-MariaDB&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"smtp://127.0.0.1:1025"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=1"
VAR_DUMPER_SERVER
"127.0.0.1:9912"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/srv/foodies/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/srv/foodies/app"
]
DOCUMENT_ROOT
"/srv/foodies/app/public"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"foodies.dryades.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.60"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"216.73.216.60"
PHP_SELF
"/index.php"
REMOTE_ADDR
"192.168.100.20"
REMOTE_PORT
"58128"
REQUEST_METHOD
"GET"
REQUEST_TIME
1787510696
REQUEST_TIME_FLOAT
1787510696.2634
REQUEST_URI
"/"
SCRIPT_FILENAME
"/srv/foodies/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"0.0.0.0"
SERVER_PORT
"8000"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"PHP/8.4.24 (Development Server)"
SYMFONY_DOTENV_PATH
"/srv/foodies/app/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,VAR_DUMPER_SERVER"