Error 400 Bad Request

GET https:///

Forwarded to ErrorController (3a072c)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_api_platform_links
Symfony\Component\WebLink\GenericLinkProvider {#1213
  -links: [
    1211 => Symfony\Component\WebLink\Link {#1211
      -href: "/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_stopwatch_token
"f16e7c"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
""
content-type
""
host
"23.99.177.197"
user-agent
"python-requests/2.32.5"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 03 Apr 2026 08:35:18 GMT"
vary
"Accept"
x-debug-exception
"Untrusted%20Host%20%2223.99.177.197%22."
x-debug-exception-file
"%2Fsrv%2Fwww%2Fdev-rest.highlightportal.com%2Fapi%2Fvendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php:83"
x-debug-token
"ec75f0"
x-debug-token-link
"/_profiler/3a072c"
x-previous-debug-token
"3a072c"
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
API_URL
"https://dev.highlightportal.com/api"
APP_ENV
"dev"
APP_SECRET
"f92fc6a41850c8071b54106185e66b15b191c25e"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"sqlsrv://highlightportal:BwqTbPJ%5B6%2Bdv%24r%3B9s8pT@10.0.0.10:1433/TestHLI?charset=UTF-8"
JWT_PASSPHRASE
"tqj7zm63akexly592c0htrztwshacriy"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
JWT_TTL
"7200"
MAILER_DSN
"sendmail://default"
SITE_URL
"https://dev.highlightportal.com"
TRUSTED_HOSTS
"^(localhost|dev-rest.highlightportal.com|dev.highlightportal.com)$"
TRUSTED_PROXIES
"127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,23.99.177.197/32"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/srv/www/dev-rest.highlightportal.com/api/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"23.99.177.197"
HTTP_USER_AGENT
"python-requests/2.32.5"
PHP_ADMIN_VALUE
"open_basedir=/srv/www/dev-rest.highlightportal.com/api/:/usr/lib/php/:/tmp/"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"34.77.191.38"
REMOTE_PORT
"56806"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775205318
REQUEST_TIME_FLOAT
1775205318.5243
REQUEST_URI
"/"
SCRIPT_FILENAME
"/srv/www/dev-rest.highlightportal.com/api/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.200.0.5"
SERVER_NAME
"dev-rest.highlightportal.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"SITE_URL,API_URL,TRUSTED_PROXIES,TRUSTED_HOSTS,APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TTL,MAILER_DSN"
USER
"www-data"

Sub Requests 1

ErrorController (token = 3a072c)

Key Value
_api_platform_links
Symfony\Component\WebLink\GenericLinkProvider {#922
  -links: [
    924 => Symfony\Component\WebLink\Link {#924
      -href: "/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_controller
"error_controller"
_stopwatch_token
"4c73d8"
exception
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#176
  #message: "Untrusted Host "23.99.177.197"."
  #code: 0
  #file: "/srv/www/dev-rest.highlightportal.com/api/vendor/symfony/http-kernel/HttpKernel.php"
  #line: 83
  -previous: Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException {#553 …}
  -statusCode: 400
  -headers: []
  trace: {
    /srv/www/dev-rest.highlightportal.com/api/vendor/symfony/http-kernel/HttpKernel.php:83 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($e instanceof RequestExceptionInterface) {    $e = new BadRequestHttpException($e->getMessage(), $e);}
    }
    /srv/www/dev-rest.highlightportal.com/api/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /srv/www/dev-rest.highlightportal.com/api/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#185 …9}