https://platform.retabit.es/wordpress/wp-json/batch/v1

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"e06f62"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#214
  #message: "No route found for "POST https://platform.retabit.es/wordpress/wp-json/batch/v1" (from "https://platform.retabit.es/wp-admin/")"
  #code: 0
  #file: "/mnt/www/retabit_platform/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#151 …}
  -statusCode: 404
  -headers: []
  trace: {
    /mnt/www/retabit_platform/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /mnt/www/retabit_platform/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /mnt/www/retabit_platform/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /mnt/www/retabit_platform/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);}
    }
    /mnt/www/retabit_platform/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /mnt/www/retabit_platform/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /mnt/www/retabit_platform/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /mnt/www/retabit_platform/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 {
    }
    /mnt/www/retabit_platform/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /mnt/www/retabit_platform/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /mnt/www/retabit_platform/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/mnt/www/retabit_platform/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#73 …9}

Request Headers

Header Value
accept
"application/json, text/html, */*"
accept-encoding
"gzip"
authorization
""
cf-connecting-ip
"127.0.0.1"
content-length
"208"
content-type
"application/json"
forwarded
"for=127.0.0.1"
host
"platform.retabit.es"
origin
"https://platform.retabit.es"
referer
"https://platform.retabit.es/wp-admin/"
true-client-ip
"127.0.0.1"
user-agent
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
x-client-ip
"127.0.0.1"
x-forwarded-for
"127.0.0.1"
x-originating-ip
"127.0.0.1"
x-php-ob-level
"1"
x-real-ip
"127.0.0.1"
x-remote-addr
"127.0.0.1"
x-remote-ip
"127.0.0.1"

Request Content

Pretty

{
    "requests": [
        {
            "method": "POST",
            "path": "\/\/\/"
        },
        {
            "method": "POST",
            "path": "\/wp\/v2\/posts"
        },
        {
            "method": "POST",
            "path": "\/wp\/v2\/block-renderer\/core\/archives"
        },
        {
            "body": {
                "requests": []
            },
            "method": "POST",
            "path": "\/batch\/v1"
        }
    ]
}

Raw

{"requests":[{"method":"POST","path":"///"},{"method":"POST","path":"/wp/v2/posts"},{"method":"POST","path":"/wp/v2/block-renderer/core/archives"},{"body":{"requests":[]},"method":"POST","path":"/batch/v1"}]}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Tue, 11 Aug 2026 12:06:26 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22POST%20https%3A%2F%2Fplatform.retabit.es%2Fwordpress%2Fwp-json%2Fbatch%2Fv1%22%20%28from%20%22https%3A%2F%2Fplatform.retabit.es%2Fwp-admin%2F%22%29"
x-debug-exception-file
"%2Fmnt%2Fwww%2Fretabit_platform%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"8c53a6"

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
"7f9d8eb990cd00ec54368d71bf7a3af1"
DATABASE_URL
"pdo_pgsql://retabit:platform_retabit@virtuoarc.salleurl.edu:5432/retabit_platform?serverVersion=14&charset=utf8"
MAILER_DSN
"smtp://ottaviafg@gmail.com:rphxdzfrshyahsji@smtp.gmail.com:587?encryption=tls&auth_mode=login"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OPENAI_API_KEY
"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"
OPENAI_MODEL
"gpt-4.1-mini"
OPENAI_ORGANIZATION
""
PHP_VERSION
"8.1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"208"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/mnt/www/retabit_platform/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/mnt/www/retabit_platform/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"application/json, text/html, */*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_AUTHORIZATION
""
HTTP_CF_CONNECTING_IP
"127.0.0.1"
HTTP_FORWARDED
"for=127.0.0.1"
HTTP_HOST
"platform.retabit.es"
HTTP_ORIGIN
"https://platform.retabit.es"
HTTP_REFERER
"https://platform.retabit.es/wp-admin/"
HTTP_TRUE_CLIENT_IP
"127.0.0.1"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
HTTP_X_CLIENT_IP
"127.0.0.1"
HTTP_X_FORWARDED_FOR
"127.0.0.1"
HTTP_X_ORIGINATING_IP
"127.0.0.1"
HTTP_X_REAL_IP
"127.0.0.1"
HTTP_X_REMOTE_ADDR
"127.0.0.1"
HTTP_X_REMOTE_IP
"127.0.0.1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"platform.retabit.es"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/wordpress/wp-json/batch/v1"
REMOTE_ADDR
"45.148.10.247"
REMOTE_PORT
"28942"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1786449986
REQUEST_TIME_FLOAT
1786449986.3351
REQUEST_URI
"/wordpress/wp-json/batch/v1"
SCRIPT_FILENAME
"/mnt/www/retabit_platform/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.50.81"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"platform.retabit.es"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.65 (Ubuntu) Server at platform.retabit.es Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.65 (Ubuntu)"
SSL_TLS_SNI
"platform.retabit.es"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,OPENAI_API_KEY,OPENAI_MODEL,OPENAI_ORGANIZATION,PHP_VERSION,MESSENGER_TRANSPORT_DSN,MAILER_DSN"

Parent Request

Return to parent request (token = 46769b)

Key Value
_remove_csp_headers
true
_stopwatch_token
"0f4d8a"