HTTP Client
1
Total requests
1
HTTP errors
Clients
http_client 1
Requests
| POST | https://app.smartemailing.cz/api/v3/import | |
|---|---|---|
| Request options | [ "headers" => [ "Content-Type" => "application/json" "Authorization" => "Basic ZW1haWxpbmdAaW1wZXJpYWxnb2xkLnNrOjZ3dWdrZHVsMHF1YzRsM2s4MGZ3NjQ4ODNvc2djbG82a2M1ZjR6MWU=" ] "json" => [ "data" => [ [ "emailaddress" => "showtimepeter@gmaisk" "name" => "Peter" "surname" => "Menšík" "birthday" => "1972-03-20" "contactlists" => [ [ "id" => 2 "status" => "confirmed" ] ] ] ] ] ] |
|
| Response |
400
[ "info" => [ "header_size" => 376 "request_size" => 297 "total_time" => 0.179717 "namelookup_time" => 0.020489 "connect_time" => 0.026493 "pretransfer_time" => 0.067978 "size_upload" => 165.0 "size_download" => 151.0 "speed_download" => 840.0 "speed_upload" => 918.0 "download_content_length" => 151.0 "upload_content_length" => 165.0 "starttransfer_time" => 0.067997 "primary_ip" => "31.7.241.30" "primary_port" => 443 "local_ip" => "10.31.28.17" "local_port" => 36792 "http_version" => 3 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 67856 "connect_time_us" => 26493 "namelookup_time_us" => 20489 "pretransfer_time_us" => 67978 "starttransfer_time_us" => 67997 "total_time_us" => 179717 "effective_method" => "POST" "start_time" => 1785625800.39 "original_url" => "https://app.smartemailing.cz/api/v3/import" "pause_handler" => Closure(float $duration) {#806 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#624 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#432 …} : -9223372036854775808 } } "debug" => """ * Trying 31.7.241.30:443...\n * Connected to app.smartemailing.cz (31.7.241.30) port 443 (#0)\n * ALPN, offering h2\n * ALPN, offering http/1.1\n * CAfile: /etc/ssl/certs/ca-certificates.crt\n * CApath: /etc/ssl/certs\n * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n * ALPN, server accepted to use h2\n * Server certificate:\n * subject: CN=*.smartemailing.cz\n * start date: Aug 27 21:50:53 2025 GMT\n * expire date: Sep 28 21:50:53 2026 GMT\n * subjectAltName: host "app.smartemailing.cz" matched cert's "*.smartemailing.cz"\n * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2\n * SSL certificate verify ok.\n * Using HTTP2, server supports multiplexing\n * Connection state changed (HTTP/2 confirmed)\n * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n * Using Stream ID: 1 (easy handle 0x55f33c4f5e50)\n > POST /api/v3/import HTTP/2\r\n Host: app.smartemailing.cz\r\n content-type: application/json\r\n authorization: Basic ZW1haWxpbmdAaW1wZXJpYWxnb2xkLnNrOjZ3dWdrZHVsMHF1YzRsM2s4MGZ3NjQ4ODNvc2djbG82a2M1ZjR6MWU=\r\n accept: */*\r\n user-agent: Symfony HttpClient (Curl)\r\n accept-encoding: gzip\r\n content-length: 165\r\n \r\n * We are completely uploaded and fine\n * old SSL session ID is stale, removing\n * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!\n < HTTP/2 400 \r\n < server: nginx\r\n < date: Sat, 01 Aug 2026 23:10:00 GMT\r\n < content-type: application/json; charset=utf-8\r\n < content-length: 151\r\n < x-frame-options: SAMEORIGIN\r\n * Added cookie _nss="1" for domain app.smartemailing.cz, path /, expire 0\n < set-cookie: _nss=1; path=/; secure; HttpOnly; SameSite=Strict\r\n < vary: X-Requested-With\r\n < cache-control: s-maxage=0, max-age=0, must-revalidate\r\n < expires: Mon, 23 Jan 1978 10:00:00 GMT\r\n < alt-svc: h3=":443"; ma=86400\r\n < \r\n """ ] "response_headers" => [ "HTTP/2 400 " "server: nginx" "date: Sat, 01 Aug 2026 23:10:00 GMT" "content-type: application/json; charset=utf-8" "content-length: 151" "x-frame-options: SAMEORIGIN" "set-cookie: _nss=1; path=/; secure; HttpOnly; SameSite=Strict" "vary: X-Requested-With" "cache-control: s-maxage=0, max-age=0, must-revalidate" "expires: Mon, 23 Jan 1978 10:00:00 GMT" "alt-svc: h3=":443"; ma=86400" ] "response_content" => [ """ {\n "status": "error",\n "meta": [],\n "message": "Invalid identifier: Problem at key emailaddress: Invalid emailaddress: showtimepeter@gmaisk"\n } """ ] ] |
|