RestaurantController :: getBranches
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\Api\Restaurant\RestaurantController::getBranches" |
| _firewall_context | "security.firewall.map.context.api" |
| _route | "app_api_v1_restaurant_branches" |
| _route_params | [ "id" => "1" ] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#42 -supports: false -passport: null -duration: null -stub: "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" -authenticated: null -exception: null -authenticator: Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator {#327 …} } ] |
| _stopwatch_token | "3d32d5" |
| id | "1" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| host | "stage.orderfoodnow.de" |
| user-agent | "curl/8.7.1" |
| 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 | "application/json" |
| date | "Thu, 04 Jun 2026 21:31:00 GMT" |
| x-debug-token | "2789f8" |
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 | "67fca32368d987432055d2cab2e684f5" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
| DATABASE_URL | "postgresql://one_shop_user:OneFoodShop!!!@127.0.0.1:5432/one_shop_food?serverVersion=16&charset=utf8" |
| JWT_PASSPHRASE | "b8eab96dc5e8b2faba43a66a196ccfa4d187026becd7e59086a89dba17c0202b" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| MAILER_DSN | "null://null" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/online_shop/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/online_shop/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_HOST | "stage.orderfoodnow.de" |
| HTTP_USER_AGENT | "curl/8.7.1" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SSL_TLS_SNI | "stage.orderfoodnow.de" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/api/v1/restaurant/1/branches" |
| REMOTE_ADDR | "165.85.22.209" |
| REMOTE_PORT | "42805" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1780608660 |
| REQUEST_TIME_FLOAT | 1780608660.6719 |
| REQUEST_URI | "/api/v1/restaurant/1/branches" |
| SCRIPT_FILENAME | "/var/www/html/online_shop/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "212.227.190.37" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "stage.orderfoodnow.de" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.58 (Ubuntu) Server at stage.orderfoodnow.de Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.58 (Ubuntu)" |
| SSL_TLS_SNI | "stage.orderfoodnow.de" |
| SYMFONY_DOTENV_PATH | "/var/www/html/online_shop/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,MAILER_DSN" |