GET https://dev.ekhopsychology.com/

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

GET https://api.ipinfo.io/lite/216.73.217.54?token=727d26096c3701
Request options
[
  "timeout" => 10
  "headers" => [
    "Accept" => "application/json"
    "User-Agent" => "LocateIp-Service/1.0"
  ]
]
Response 200
[
  "info" => [
    "header_size" => 227
    "request_size" => 159
    "total_time" => 0.189737
    "namelookup_time" => 0.019778
    "connect_time" => 0.032457
    "pretransfer_time" => 0.048966
    "size_download" => 154.0
    "speed_download" => 811.0
    "starttransfer_time" => 0.188114
    "primary_ip" => "34.117.59.81"
    "primary_port" => 443
    "local_ip" => "10.0.0.3"
    "local_port" => 51368
    "http_version" => 3
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 48867
    "connect_time_us" => 32457
    "namelookup_time_us" => 19778
    "pretransfer_time_us" => 48966
    "starttransfer_time_us" => 188114
    "posttransfer_time_us" => 48965
    "total_time_us" => 189737
    "effective_method" => "GET"
    "cainfo" => "/etc/pki/tls/certs/ca-bundle.crt"
    "start_time" => 1780691723.459
    "original_url" => "https://api.ipinfo.io/lite/216.73.217.54?token=727d26096c3701"
    "pause_handler" => Closure(float $duration) {#38
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#40 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#182 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host api.ipinfo.io:443 was resolved.\n
      * IPv6: 2600:1901:0:13e0::\n
      * IPv4: 34.117.59.81\n
      *   Trying [2600:1901:0:13e0::]:443...\n
      * Immediate connect fail for 2600:1901:0:13e0::: Network is unreachable\n
      *   Trying 34.117.59.81:443...\n
      * ALPN: curl offers h2,http/1.1\n
      * SSL Trust Anchors:\n
      *   CAfile: /etc/pki/tls/certs/ca-bundle.crt\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *   subject: CN=ipinfo.io\n
      *   start date: May  3 16:36:00 2026 GMT\n
      *   expire date: Aug  1 16:35:59 2026 GMT\n
      *   issuer: C=US; O=Let's Encrypt; CN=R12\n
      *   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   subjectAltName: "api.ipinfo.io" matches cert's "*.ipinfo.io"\n
      * OpenSSL verify result: 0\n
      * SSL certificate verified via OpenSSL.\n
      * Established connection to api.ipinfo.io (34.117.59.81 port 443) from 10.0.0.3 port 51368 \n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://api.ipinfo.io/lite/216.73.217.54?token=727d26096c3701\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: api.ipinfo.io]\n
      * [HTTP/2] [1] [:path: /lite/216.73.217.54?token=727d26096c3701]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [user-agent: LocateIp-Service/1.0]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /lite/216.73.217.54?token=727d26096c3701 HTTP/2\r\n
      Host: api.ipinfo.io\r\n
      Accept: application/json\r\n
      User-Agent: LocateIp-Service/1.0\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Request completely sent off\n
      < HTTP/2 200 \r\n
      < access-control-allow-origin: *\r\n
      < content-type: application/json; charset=utf-8\r\n
      < content-encoding: gzip\r\n
      < date: Fri, 05 Jun 2026 20:35:23 GMT\r\n
      < vary: accept-encoding\r\n
      < via: 1.1 google\r\n
      < alt-svc: h3=":443"; ma=2592000\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "access-control-allow-origin: *"
    "content-type: application/json; charset=utf-8"
    "content-encoding: gzip"
    "date: Fri, 05 Jun 2026 20:35:23 GMT"
    "vary: accept-encoding"
    "via: 1.1 google"
    "alt-svc: h3=":443"; ma=2592000"
  ]
  "response_content" => [
    """
      {\n
        "ip": "216.73.217.54",\n
        "asn": "AS16509",\n
        "as_name": "Amazon.com, Inc.",\n
        "as_domain": "amazon.com",\n
        "country_code": "US",\n
        "country": "United States",\n
        "continent_code": "NA",\n
        "continent": "North America"\n
      }
      """
  ]
]