https://portfolio-dev.ostia.goodcaesar.org/robots.txt

CaseStudyController :: CaseStudyAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\CaseStudyController::CaseStudyAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"case_study"
_route_params
[
  "slug" => "robots.txt"
]
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#378
  #template: "case_study/case_study.html.twig"
  -vars: []
  -streamable: false
  -owner: [
    App\Controller\CaseStudyController {#182
      #esi: GC\SanityBundle\ESIAdapter {#181 …}
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#301 …}
      +"sanity": GC\SanityBundle\SanityManager {#238 …}
    }
    "CaseStudyAction"
  ]
}
slug
"robots.txt"

Request Headers

Header Value
accept
"*/*"
content-length
""
content-type
""
host
"portfolio-dev.ostia.goodcaesar.org"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Thu, 09 May 2024 21:48:24 GMT"
last-modified
"Wed, 26 Apr 2023 09:29:39 GMT"
x-debug-exception
""
x-debug-exception-file
"%2Fhome%2Fgc%2Fportfolio%2Fbundles%2Fsanity-bundle%2FEventListener%2FResponseListener.php:57"
x-debug-token
"7b14ff"
x-debug-token-link
"https://portfolio-dev.ostia.goodcaesar.org/_profiler/6859f7"
x-esi-last-modified
"Wed, 26 Apr 2023 10:29:39 +0100"
x-previous-debug-token
"6859f7"
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

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"5ea8de75e7c60ab012d985199f7fa724"
DATABASE_URL
"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
SANITY_DATASET
"production"
SANITY_PROJECT_ID
"yedkgms3"
SANITY_TOKEN
""
SANITY_USE_CDN
"false"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/gc/portfolio/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"portfolio-dev.ostia.goodcaesar.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"52.14.224.197"
REMOTE_PORT
"51558"
REQUEST_METHOD
"GET"
REQUEST_TIME
1715291304
REQUEST_TIME_FLOAT
1715291304.5483
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home/gc/portfolio/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.26.249"
SERVER_NAME
"portfolio-dev.ostia.goodcaesar.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.0"
SYMFONY_DOTENV_VARS
"APP_SECRET,DATABASE_URL,SANITY_PROJECT_ID,SANITY_DATASET,SANITY_USE_CDN,SANITY_TOKEN"
USER
"www-data"

Sub Requests 1

ErrorController (token = 6859f7)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#448
  -statusCode: 404
  -headers: []
  #message: ""
  #code: 0
  #file: "/home/gc/portfolio/bundles/sanity-bundle/EventListener/ResponseListener.php"
  #line: 57
  trace: {
    /home/gc/portfolio/bundles/sanity-bundle/EventListener/ResponseListener.php:57 {
      GC\SanityBundle\EventListener\ResponseListener->onKernelView(ViewEvent $event) …
      › if( $controllerResult->throwOnNoResult() ) \tthrow new NotFoundHttpException;\t
    }
    /home/gc/portfolio/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /home/gc/portfolio/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/gc/portfolio/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/gc/portfolio/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/gc/portfolio/vendor/symfony/http-kernel/HttpKernel.php:162 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);}
    /home/gc/portfolio/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/gc/portfolio/vendor/symfony/http-kernel/Kernel.php:196 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/gc/portfolio/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#72 …6}