GET https://963174.dev-4.sksp.site/course/37/54

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 2

Requests

POST http://commerce-billing:3110/graphql
Request options
[
  "headers" => [
    "Accept" => "application/json"
    "Content-Type" => "application/json"
    "x-internal-auth-secret" => "local-monolith-identity-internal-secret"
  ]
  "json" => [
    "query" => """
      query SubscriberPlatformSubscription($subscriberId: String!, $subscriberType: String!) {\n
        subscriberPlatformSubscription(subscriberId: $subscriberId, subscriberType: $subscriberType) {\n
          id\n
        }\n
      }
      """
    "variables" => [
      "subscriberId" => "cbef3603-766d-45c0-97c9-3ceb066ff309"
      "subscriberType" => "school"
    ]
  ]
  "timeout" => 5
  "max_duration" => 10
]
Response 200
[
  "info" => [
    "header_size" => 260
    "request_size" => 569
    "total_time" => 0.004355
    "namelookup_time" => 0.000221
    "connect_time" => 0.000379
    "pretransfer_time" => 0.000412
    "size_upload" => 308.0
    "size_download" => 90.0
    "speed_download" => 20665.0
    "speed_upload" => 70723.0
    "download_content_length" => 90.0
    "upload_content_length" => 308.0
    "starttransfer_time" => 0.00427
    "primary_ip" => "192.168.208.16"
    "primary_port" => 3110
    "local_ip" => "192.168.208.4"
    "local_port" => 40936
    "http_version" => 2
    "protocol" => 1
    "scheme" => "HTTP"
    "connect_time_us" => 379
    "namelookup_time_us" => 221
    "pretransfer_time_us" => 412
    "starttransfer_time_us" => 4270
    "total_time_us" => 4355
    "effective_method" => "POST"
    "max_duration" => 10.0
    "start_time" => 1788020640.8857
    "original_url" => "http://commerce-billing:3110/graphql"
    "pause_handler" => Closure(float $duration) {#10310
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#10143 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#2076 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      *   Trying 192.168.208.16:3110...\n
      * Connected to commerce-billing (192.168.208.16) port 3110 (#0)\n
      > POST /graphql HTTP/1.1\r\n
      Host: commerce-billing:3110\r\n
      Accept: application/json\r\n
      Content-Type: application/json\r\n
      x-internal-auth-secret: local-monolith-identity-internal-secret\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 308\r\n
      \r\n
      < HTTP/1.1 200 OK\r\n
      < X-Powered-By: Express\r\n
      < cache-control: no-store\r\n
      < Content-Type: application/json; charset=utf-8\r\n
      < Content-Length: 90\r\n
      < ETag: W/"5a-S0bxLCBLRZnarkkTsEK0j0Lf52Q"\r\n
      < Date: Sat, 29 Aug 2026 16:24:00 GMT\r\n
      < Connection: keep-alive\r\n
      < Keep-Alive: timeout=5\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "X-Powered-By: Express"
    "cache-control: no-store"
    "Content-Type: application/json; charset=utf-8"
    "Content-Length: 90"
    "ETag: W/"5a-S0bxLCBLRZnarkkTsEK0j0Lf52Q""
    "Date: Sat, 29 Aug 2026 16:24:00 GMT"
    "Connection: keep-alive"
    "Keep-Alive: timeout=5"
  ]
  "response_content" => [
    "{"data":{"subscriberPlatformSubscription":{"id":"aa45ed7f-3454-4800-b32d-1d3fba1022f5"}}}\n"
  ]
]
POST http://commerce-billing:3110/graphql
Request options
[
  "headers" => [
    "Accept" => "application/json"
    "Content-Type" => "application/json"
    "x-internal-auth-secret" => "local-monolith-identity-internal-secret"
  ]
  "json" => [
    "query" => """
      query SubscriberPlatformEntitlements($subscriberId: String!, $subscriberType: String!, $catalogCode: String!) {\n
        subscriberPlatformEntitlements(subscriberId: $subscriberId, subscriberType: $subscriberType, catalogCode: $catalogCode) {\n
          planCode\n
          subscriptionStatus\n
          currentPeriodEndAt\n
          featureKeys\n
          limits {\n
            key\n
            value\n
          }\n
        }\n
      }
      """
    "variables" => [
      "catalogCode" => "schools"
      "subscriberId" => "cbef3603-766d-45c0-97c9-3ceb066ff309"
      "subscriberType" => "school"
    ]
  ]
  "timeout" => 5
  "max_duration" => 10
]
Response 200
[
  "info" => [
    "header_size" => 263
    "request_size" => 759
    "total_time" => 0.003856
    "namelookup_time" => 1.1E-5
    "pretransfer_time" => 4.4E-5
    "size_upload" => 498.0
    "size_download" => 1002.0
    "speed_download" => 259854.0
    "speed_upload" => 129149.0
    "download_content_length" => 1002.0
    "upload_content_length" => 498.0
    "starttransfer_time" => 0.003814
    "primary_ip" => "192.168.208.16"
    "primary_port" => 3110
    "local_ip" => "192.168.208.4"
    "local_port" => 40936
    "http_version" => 2
    "protocol" => 1
    "scheme" => "HTTP"
    "namelookup_time_us" => 11
    "pretransfer_time_us" => 44
    "starttransfer_time_us" => 3814
    "total_time_us" => 3856
    "effective_method" => "POST"
    "max_duration" => 10.0
    "start_time" => 1788020640.8902
    "original_url" => "http://commerce-billing:3110/graphql"
    "pause_handler" => Closure(float $duration) {#10306
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#10316 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#2076 …}
        $execCounter: -9223372036854775803
      }
    }
    "debug" => """
      * Found bundle for host: 0x5b4ac9d849e0 [serially]\n
      * Can not multiplex, even if we wanted to\n
      * Re-using existing connection #0 with host commerce-billing\n
      > POST /graphql HTTP/1.1\r\n
      Host: commerce-billing:3110\r\n
      Accept: application/json\r\n
      Content-Type: application/json\r\n
      x-internal-auth-secret: local-monolith-identity-internal-secret\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 498\r\n
      \r\n
      < HTTP/1.1 200 OK\r\n
      < X-Powered-By: Express\r\n
      < cache-control: no-store\r\n
      < Content-Type: application/json; charset=utf-8\r\n
      < Content-Length: 1002\r\n
      < ETag: W/"3ea-0IB0ILhHk8HKuUL2xo0m5f6YOoo"\r\n
      < Date: Sat, 29 Aug 2026 16:24:00 GMT\r\n
      < Connection: keep-alive\r\n
      < Keep-Alive: timeout=5\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "X-Powered-By: Express"
    "cache-control: no-store"
    "Content-Type: application/json; charset=utf-8"
    "Content-Length: 1002"
    "ETag: W/"3ea-0IB0ILhHk8HKuUL2xo0m5f6YOoo""
    "Date: Sat, 29 Aug 2026 16:24:00 GMT"
    "Connection: keep-alive"
    "Keep-Alive: timeout=5"
  ]
  "response_content" => [
    "{"data":{"subscriberPlatformEntitlements":{"planCode":"school-business-v2","subscriptionStatus":"active","currentPeriodEndAt":"2026-09-22T17:38:48.539Z","featureKeys":["analytics.students","api.access","branding.platform_customization","branding.white_label","certificates.basic","certificates.custom_templates","certificates.group_templates","chat.channels_groups","chat.enabled","courses.discount_restrictions","courses.discounts","courses.pricing_plans","courses.text_protection","courses.video_protection","domains.custom","email.custom_smtp","groups.curator_assignment","groups.finish_rules","homework.auto_accept","lessons.deadlines","lessons.homework","lessons.tests","lessons.webinars","seo.search_indexing","staff.access_rights","students.manual_activation","user_groups.enabled"],"limits":[{"key":"commerce.commission_rate","value":250},{"key":"courses.total","value":null},{"key":"employees.total","value":null},{"key":"storage.mb","value":563200},{"key":"students.active","value":2100}]}}}\n"
  ]
]