HTTP Client
1
Total requests
1
HTTP errors
Clients
http_client 1
Requests
| POST | https://api.tatrabanka.sk/premium/production/auth/oauth/v2/token | |
|---|---|---|
| Request options | [ "headers" => [ "Content-Type" => "application/x-www-form-urlencoded" "Accept" => "application/json" "Authorization" => "bDc3M2I2ZGRlYjVjMTA0NjQ5OWFkYzQ0OTUyZTA3MzNiZTplYTc5NTI1NWMzY2M0ZWZmOGUxNjAxNTU4NDU0YmY4YQ==" ] "body" => [ "refresh_token" => null "grant_type" => "refresh_token" "scope" => "AIS" ] ] |
|
| Response |
401
[ "info" => [ "header_size" => 265 "request_size" => 382 "total_time" => 1.219806 "namelookup_time" => 0.049174 "connect_time" => 0.066579 "pretransfer_time" => 1.170842 "size_upload" => 34.0 "size_download" => 102.0 "speed_download" => 83.0 "speed_upload" => 27.0 "download_content_length" => 102.0 "upload_content_length" => 34.0 "starttransfer_time" => 1.219113 "primary_ip" => "172.65.195.118" "primary_port" => 443 "local_ip" => "10.31.28.17" "local_port" => 38572 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 1170711 "connect_time_us" => 66579 "namelookup_time_us" => 49174 "pretransfer_time_us" => 1170842 "starttransfer_time_us" => 1219113 "total_time_us" => 1219806 "effective_method" => "POST" "start_time" => 1777122000.4 "original_url" => "https://api.tatrabanka.sk/premium/production/auth/oauth/v2/token" "pause_handler" => Closure(float $duration) {#546 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#479 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#487 …} : -9223372036854775808 } } "debug" => """ * Trying 172.65.195.118:443...\n * Connected to api.tatrabanka.sk (172.65.195.118) 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.2 / ECDHE-RSA-CHACHA20-POLY1305\n * ALPN, server did not agree to a protocol\n * Server certificate:\n * subject: jurisdictionC=SK; businessCategory=Private Organization; serialNumber=00 686 930; C=SK; L=Bratislava; O=Tatra banka, a.s.; CN=api.tatrabanka.sk\n * start date: Jan 21 00:00:00 2026 GMT\n * expire date: Feb 19 23:59:59 2027 GMT\n * subjectAltName: host "api.tatrabanka.sk" matched cert's "api.tatrabanka.sk"\n * issuer: C=US; O=DigiCert Inc; CN=DigiCert EV RSA CA G2\n * SSL certificate verify ok.\n > POST /premium/production/auth/oauth/v2/token HTTP/1.1\r\n Host: api.tatrabanka.sk\r\n Content-Type: application/x-www-form-urlencoded\r\n Accept: application/json\r\n Authorization: bDc3M2I2ZGRlYjVjMTA0NjQ5OWFkYzQ0OTUyZTA3MzNiZTplYTc5NTI1NWMzY2M0ZWZmOGUxNjAxNTU4NDU0YmY4YQ==\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n Content-Length: 34\r\n \r\n * Mark bundle as not supporting multiuse\n < HTTP/1.1 401 \r\n < Correlation-ID: \r\n < x-ca-err: 3003201\r\n < Cache-Control: no-store\r\n < Pragma: no-cache\r\n < Content-Type: application/json;charset=UTF-8\r\n < Content-Length: 102\r\n < Date: Sat, 25 Apr 2026 13:00:00 GMT\r\n < Strict-Transport-Security: max-age=16070400; includeSubDomains\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 401 " "Correlation-ID: " "x-ca-err: 3003201" "Cache-Control: no-store" "Pragma: no-cache" "Content-Type: application/json;charset=UTF-8" "Content-Length: 102" "Date: Sat, 25 Apr 2026 13:00:00 GMT" "Strict-Transport-Security: max-age=16070400; includeSubDomains" ] "response_content" => [ """ {\r\n "error":"invalid_client",\r\n "error_description":"The given client credentials were not valid"\r\n } """ ] ] |
|