POST https://gamecservicios.com/api/chat

ApiController :: chatApi

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ApiController::chatApi"
_firewall_context
"security.firewall.map.context.main"
_route
"api_chat"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#334
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\FacebookAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\FacebookAuthenticator {#335 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#337
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\GoogleAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\GoogleAuthenticator {#338 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#324
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\CustomAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\CustomAuthenticator {#305 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#339
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\CookieAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\CookieAuthenticator {#340 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#332
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#330 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#341
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#342 …}
  }
]
_stopwatch_token
"84cb48"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
content-length
"465"
content-type
"application/json"
host
"gamecservicios.com"
user-agent
"Symfony HttpClient (Curl)"
x-php-ob-level
"1"

Request Content

Pretty

{
    "tipo": 3,
    "variable": "fotosvehiculorecorrido",
    "conf": {
        "nombre": "Zamir",
        "usuario": 18,
        "apellido": "Saucedo",
        "completo": "Zamir Saucedo",
        "kmactual": "306.801",
        "tiemeemail": 1,
        "tipocuenta": 5,
        "numclientes": 1,
        "tienecuenta": 1,
        "cuentavalida": 0,
        "hayrecorrido": 0,
        "kmactualsalida": "306918",
        "placamovilidad": "2424XDL",
        "reporteobservaciones": "No",
        "movilidaddisponibleelegida": 16,
        "fotosvehiculorecorrido": "Listo"
    },
    "mensaje": "Listo",
    "telefono": "59176348240",
    "imagen": null,
    "campana": 5
}

Raw

{"tipo":3,"variable":"fotosvehiculorecorrido","conf":{"nombre":"Zamir","usuario":18,"apellido":"Saucedo","completo":"Zamir Saucedo","kmactual":"306.801","tiemeemail":1,"tipocuenta":5,"numclientes":1,"tienecuenta":1,"cuentavalida":0,"hayrecorrido":0,"kmactualsalida":"306918","placamovilidad":"2424XDL","reporteobservaciones":"No","movilidaddisponibleelegida":16,"fotosvehiculorecorrido":"Listo"},"mensaje":"Listo","telefono":"59176348240","imagen":null,"campana":5}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Mon, 07 Jul 2025 15:13:22 GMT"
x-debug-token
"38a7d1"

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:39
[
  [
    "file" => "/var/www/gamec/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 109
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 61
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/gamec/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/gamec/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
"215593410b6f07f5128df889f97d641d"
APP_TIMEZONE
"America/La_Paz"
DATABASE_URL
"postgresql://postgres:Nalclelcajlc1971!@127.0.0.1:5432/gamec?serverVersion=16&charset=utf8"
MAILER_DSN
"gmail+smtp://armando.lara@consultoraace.com:dytmxqdtxffygcvt@default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_FACEBOOK_ID
"647792006804610"
OAUTH_FACEBOOK_SECRET
"c2032a70405c4d83602b8660159338d6"
OAUTH_GOOGLE_CLIENT_ID
"218746286709-g9b0130m5ehqt0hsih3ulkutvr3up75r.apps.googleusercontent.com"
OAUTH_GOOGLE_CLIENT_SECRET
"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"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"465"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/gamec/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/gamec/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"gamecservicios.com"
HTTP_USER_AGENT
"Symfony HttpClient (Curl)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/var/lib/snapd/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"gamecservicios.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aGvkEsA3xkTm7arE7YPjcwAAAE4"
REDIRECT_URL
"/api/chat"
REMOTE_ADDR
"18.116.13.249"
REMOTE_PORT
"36374"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1751901202
REQUEST_TIME_FLOAT
1751901202.7627
REQUEST_URI
"/api/chat"
SCRIPT_FILENAME
"/var/www/gamec/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.4.107"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"gamecservicios.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.62 (Red Hat Enterprise Linux) OpenSSL/3.2.2"
SSL_TLS_SNI
"gamecservicios.com"
SYMFONY_DOTENV_PATH
"/var/www/gamec/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET,OAUTH_GOOGLE_CLIENT_ID,OAUTH_GOOGLE_CLIENT_SECRET,APP_TIMEZONE"
UNIQUE_ID
"aGvkEsA3xkTm7arE7YPjcwAAAE4"
USER
"apache"
proxy-nokeepalive
"1"