http://invoiced.project-release.info/?rest_route=%2Fwp%2Fv2%2Fusers%2F

MarketingController :: index

Request

GET Parameters

Key Value
rest_route
"/wp/v2/users/"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\MarketingController::index"
_remove_csp_headers
true
_route
"landing"
_route_params
[]

Request Headers

Header Value
accept-encoding
"gzip"
connection
"close"
host
"invoiced.project-release.info"
user-agent
"Go-http-client/1.1"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"max-age=600, public"
content-type
"text/html; charset=UTF-8"
date
"Sun, 20 Apr 2025 20:33:57 GMT"
etag
""21c9dd6de5b4adf287a6a8a722f66f4e""
x-debug-exception
"HTTP%2F2%20401%20%20returned%20for%20%22https%3A%2F%2Fapi.hubapi.com%2Fcms%2Fv3%2Fblogs%2Fposts%3Fhapikey%3D41d1972b-a2ce-454d-9e57-cd6355e00240%22."
x-debug-exception-file
"%2Fvar%2Fwww%2Finvoiced%2Fdata%2Fwww%2Finvoiced.project-release.info%2Fvendor%2Fsymfony%2Fhttp-client%2FResponse%2FTraceableResponse.php:212"
x-debug-token
"648eba"
x-debug-token-link
"http://invoiced.project-release.info/_profiler/bacff6"
x-previous-debug-token
"bacff6"
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
"39521efa911688aa7ba5edc57852e6a1"
HUBSPOT_API_KEY
"41d1972b-a2ce-454d-9e57-cd6355e00240"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info/"
CONTEXT_PREFIX
"/php-bin/"
DOCUMENT_ROOT
"/var/www/invoiced/data/www/invoiced.project-release.info"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"invoiced.project-release.info"
HTTP_USER_AGENT
"Go-http-client/1.1"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/var/www/invoiced/data/www/invoiced.project-release.info/public/index.php"
ORIG_SCRIPT_FILENAME
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info/php"
ORIG_SCRIPT_NAME
"/php-bin/php"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHPRC
"/var/www/invoiced/data/php-bin-isp-php81"
PHP_INI_SCAN_DIR
"/var/www/invoiced/data/php-bin-isp-php81/invoiced.project-release.info:"
PHP_SELF
"/public/index.php"
PWD
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info"
QUERY_STRING
"rest_route=/wp/v2/users/"
REDIRECT_BASE
"/public"
REDIRECT_HANDLER
"application/x-httpd-php5"
REDIRECT_QUERY_STRING
"rest_route=/wp/v2/users/"
REDIRECT_REDIRECT_BASE
"/public"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"209.38.248.17"
REMOTE_PORT
"39660"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1745181237
REQUEST_TIME_FLOAT
1745181237.0883
REQUEST_URI
"/?rest_route=/wp/v2/users/"
SCRIPT_FILENAME
"/var/www/invoiced/data/www/invoiced.project-release.info/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"webmaster@invoiced.project-release.info"
SERVER_NAME
"invoiced.project-release.info"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at invoiced.project-release.info Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,HUBSPOT_API_KEY"

Sub Requests 1

ErrorController (token = bacff6)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpClient\Exception\ClientException {#238
  #message: "HTTP/2 401  returned for "https://api.hubapi.com/cms/v3/blogs/posts?hapikey=41d1972b-a2ce-454d-9e57-cd6355e00240"."
  #code: 401
  #file: "/var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php"
  #line: 212
  -response: Symfony\Component\HttpClient\Response\TraceableResponse {#222 …}
  trace: {
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php:212 {
      Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code) …
      › if (400 <= $code) {    throw new ClientException($this);}
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php:103 {
      Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
      › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
      arguments: {
        $code: 401
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:228 {
      App\Blog->loadBlogPosts(string $after = null): array …
      › 
      ›     $result = json_decode($response->getContent(), true);} catch (HttpExceptionInterface $e) {
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:211 {
      App\Blog->App\{closure} …
      › 
      ›     return $this->loadBlogPosts();}, $beta);
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Adapter/TraceableAdapter.php:51 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->Symfony\Component\Cache\Adapter\{closure} …
      › 
      ›     return $callback($item, $save);};
      arguments: {
        Symfony\Component\Cache\CacheItem {#186 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/LockRegistry.php:108 {
      Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, Closure $setMetadata = null, LoggerInterface $logger = null) …
      › 
      › $value = $callback($item, $save);arguments: {
        Symfony\Component\Cache\CacheItem {#186 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Traits/ContractsTrait.php:100 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->Symfony\Component\Cache\Traits\{closure} …
      ›     $setMetadata($item, $startTime, $metadata);}, $this->logger ?? null);$setMetadata($item, $startTime, $metadata);
      arguments: {
        $callback: Closure(CacheItem $item, bool &$save) {#216 …}
        $item: Symfony\Component\Cache\CacheItem {#186 …}
        &$save: true
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#142 …}
        $setMetadata: Closure(CacheItem $item) {#184 …}
        $logger: Symfony\Bridge\Monolog\Logger {#144 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#186 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Traits/ContractsTrait.php:107 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null) …
      ›         }    }, $beta, $metadata, $this->logger ?? null);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#142 …}
        $key: "blog_posts"
        $callback: Closure(CacheItem $item, bool &$save) {#183 …}
        $beta: 1.0
        &$metadata: []
        $logger: Symfony\Bridge\Monolog\Logger {#144 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#142 …}
        $key: "blog_posts"
        $callback: Closure(CacheItem $item, bool &$save) {#216 …}
        $beta: 1.0
        &$metadata: []
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Adapter/TraceableAdapter.php:56 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
      arguments: {
        $key: "blog_posts"
        $callback: Closure(CacheItem $item, bool &$save) {#216 …}
        $beta: null
        &$metadata: []
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:208 {
      App\Blog->getAllPosts(bool $bustCache = false): array …
      › $beta = $bustCache ? INF : null;$this->posts = $this->cache->get('blog_posts', function (ItemInterface $item) {    $item->expiresAfter(86400); // cache for 1 day
      arguments: {
        $key: "blog_posts"
        $callback: Closure(CacheItem $item, bool &$save) {#216 …}
        $beta: null
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:67 {
      App\Blog->getPosts(int $perPage = 3, int $page = 1, string $tag = '', string $author = ''): array …
      › $offset = ($page - 1) * $perPage;$posts = $this->getAllPosts();}
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Controller/MarketingController.php:260 {
      App\Controller\MarketingController->index(Blog $blog): Response …
      › 'logos' => $this->getCustomerLogos(),'latestBlogPosts' => $blog->getPosts(2),'badges' => $this->getAwardsBadges(),
      arguments: {
        $perPage: 2
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $blog: App\Blog {#138 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $type: 1
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/public/index.php:34 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#87 …6}