BlogController :: index
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | null |
| _controller | "App\Controller\BlogController::index" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#658 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/blog" +name: null +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } Symfony\Component\Routing\Attribute\Route {#659 +methods: [ "GET" ] +envs: [] +schemes: [] +aliases: [] +path: "/" +name: "blog_index" +requirements: [] +options: [] +defaults: [ "page" => "1" "_format" => "html" ] +host: null +condition: null +priority: null } Symfony\Component\Routing\Attribute\Route {#660 +methods: [ "GET" ] +envs: [] +schemes: [] +aliases: [] +path: "/rss.xml" +name: "blog_rss" +requirements: [] +options: [] +defaults: [ "page" => "1" "_format" => "xml" ] +host: null +condition: null +priority: null } Symfony\Component\Routing\Attribute\Route {#661 +methods: [ "GET" ] +envs: [] +schemes: [] +aliases: [] +path: "/page/{page}" +name: "blog_index_paginated" +requirements: [ "page" => "[1-9][0-9]*" ] +options: [] +defaults: [ "_format" => "html" ] +host: null +condition: null +priority: null } Symfony\Component\HttpKernel\Attribute\Cache {#662 +variables: ? array +expires: null +maxage: null +smaxage: 10 +public: null +mustRevalidate: false +vary: [] +lastModified: null +etag: null +maxStale: null +staleWhileRevalidate: null +staleIfError: null +noStore: null +if: true } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _format | "xml" |
| _locale | "sr_Cyrl" |
| _route | "blog_rss" |
| _route_params | [ "page" => "1" "_format" => "xml" "_locale" => "sr_Cyrl" ] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#604 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#545 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#606 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#607 …} } ] |
| _stopwatch_token | "4db593" |
| page | "1" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| connection | "close" |
| cookie | "main_deauth_profile_token=00295a" |
| host | "yves.fazae.com" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.73, 127.0.0.1" |
| x-forwarded-port | "443" |
| x-forwarded-proto | "https" |
| x-php-ob-level | "1" |
| x-real-ip | "216.73.216.73" |
| x-varnish | "65765" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --url 'http://yves.fazae.com/sr_Cyrl/blog/rss.xml' \ --header 'X-Varnish: 65765' \ --header 'X-Forwarded-For: 216.73.216.73, 127.0.0.1' \ --header 'Accept-Encoding: gzip, br, zstd, deflate' \ --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \ --header 'Accept: */*' \ --header 'Connection: close' \ --header 'X-Forwarded-Port: 443' \ --header 'X-Forwarded-Proto: https' \ --header 'X-Real-Ip: 216.73.216.73' \ --header 'X-Php-Ob-Level: 1' \ --cookie 'main_deauth_profile_token=00295a'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "public, s-maxage=10" |
| content-type | "text/xml; charset=UTF-8" |
| date | "Tue, 21 Jul 2026 17:55:05 GMT" |
| x-debug-token | "9883db" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| main_deauth_profile_token | "00295a" |
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 | "not-a-secret--read-the-doc!" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "sqlite:///%kernel.project_dir%/data/database.sqlite" |
| DEFAULT_URI | "http://localhost" |
| MAILER_DSN | "null://null" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/yves/symfony_demo" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/yves/symfony_demo" ] |
| CONTEXT_DOCUMENT_ROOT | "/home/yves/symfony_demo/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/yves/symfony_demo/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_COOKIE | "main_deauth_profile_token=00295a" |
| HTTP_HOST | "yves.fazae.com" |
| 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.73, 127.0.0.1" |
| HTTP_X_FORWARDED_PORT | "443" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_REAL_IP | "216.73.216.73" |
| HTTP_X_VARNISH | "65765" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "al-yefeGo_DQ3UZtw6biMgAAAAk" |
| REDIRECT_URL | "/sr_Cyrl/blog/rss.xml" |
| REMOTE_ADDR | "127.0.0.1" |
| REMOTE_PORT | "38186" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1784656505 |
| REQUEST_TIME_FLOAT | 1784656505.6973 |
| REQUEST_URI | "/sr_Cyrl/blog/rss.xml" |
| SCRIPT_FILENAME | "/home/yves/symfony_demo/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "127.0.0.1" |
| SERVER_ADMIN | "yves.srv207@fazae.com" |
| SERVER_NAME | "yves.fazae.com" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.0" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | " " |
| SYMFONY_DOTENV_PATH | "/home/yves/symfony_demo/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DATABASE_URL,MAILER_DSN,DEFAULT_URI" |
| UNIQUE_ID | "al-yefeGo_DQ3UZtw6biMgAAAAk" |
| USER | "www-data" |
| proxy-nokeepalive | "1" |