POST https://book.api.7ap.tech/api_v1/getbestseller?p=api_v1%2Fgetbestseller

ApiController :: request_without_id

Request

GET Parameters

Key Value
p
"api_v1/getbestseller"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ApiController::request_without_id"
_firewall_context
"security.firewall.map.context.main"
_nelmio_cors_should_allow_origin
true
_route
"app_api_wouti"
_route_params
[
  "request_name" => "getbestseller"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"e02e89"
request_name
"getbestseller"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
connection
"close"
content-length
"23"
content-type
"application/json"
host
"book.api.7ap.tech"
origin
"http://localhost:5173"
priority
"u=4"
referer
"http://localhost:5173/"
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0"
x-php-ob-level
"1"

Request Content

Pretty

{
    "is_best_seller": true
}

Raw

{"is_best_seller":true}

Response

Response Headers

Header Value
access-control-allow-origin
"http://localhost:5173"
access-control-expose-headers
"link"
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sun, 18 Jan 2026 14:54:25 GMT"
x-debug-token
"e69dea"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ebook_api/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/ebook_api/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"702f5badec0a9454fef2d59ea1e5dd01"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://root:Amrani@@@021891@127.0.0.1:3306/ebook_api?serverVersion=8.0.42-0ubuntu0.24.04.1&charset=utf8mb4"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
encrypt_iv
"@@@IDNNHGDEOL939012844"
encrypt_secret
"@@@IDNNHGDEOL939012844"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"23"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/ebook_api/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/ebook_api/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
HTTP_CONNECTION
"close"
HTTP_HOST
"book.api.7ap.tech"
HTTP_ORIGIN
"http://localhost:5173"
HTTP_PRIORITY
"u=4"
HTTP_REFERER
"http://localhost:5173/"
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=api_v1/getbestseller"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"p=api_v1/getbestseller"
REDIRECT_SSL_TLS_SNI
"book.api.7ap.tech"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/api_v1/getbestseller"
REMOTE_ADDR
"160.179.228.50"
REMOTE_PORT
"61402"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1768748065
REQUEST_TIME_FLOAT
1768748065.5425
REQUEST_URI
"/api_v1/getbestseller"
SCRIPT_FILENAME
"/var/www/ebook_api/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"95.179.186.228"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"book.api.7ap.tech"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at book.api.7ap.tech Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"book.api.7ap.tech"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,CORS_ALLOW_ORIGIN,encrypt_secret,encrypt_iv"