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" => "f32e3aa4-da9e-4bae-b310-27642c496f79" "subscriberType" => "school" ] ] "timeout" => 5 "max_duration" => 10 ] |
|
| Response |
200
[ "info" => [ "header_size" => 260 "request_size" => 569 "total_time" => 0.009602 "namelookup_time" => 0.00034 "connect_time" => 0.000479 "pretransfer_time" => 0.000539 "size_upload" => 308.0 "size_download" => 90.0 "speed_download" => 9373.0 "speed_upload" => 32076.0 "download_content_length" => 90.0 "upload_content_length" => 308.0 "starttransfer_time" => 0.009509 "primary_ip" => "192.168.208.16" "primary_port" => 3110 "local_ip" => "192.168.208.4" "local_port" => 41880 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 479 "namelookup_time_us" => 340 "pretransfer_time_us" => 539 "starttransfer_time_us" => 9509 "total_time_us" => 9602 "effective_method" => "POST" "max_duration" => 10.0 "start_time" => 1788001763.5742 "original_url" => "http://commerce-billing:3110/graphql" "pause_handler" => Closure(float $duration) {#9656 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#9489 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#2076 …} : -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-1fS07hyVEkRGIwFxYiCZ4LQ/OBA"\r\n < Date: Sat, 29 Aug 2026 11:09:23 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-1fS07hyVEkRGIwFxYiCZ4LQ/OBA"" "Date: Sat, 29 Aug 2026 11:09:23 GMT" "Connection: keep-alive" "Keep-Alive: timeout=5" ] "response_content" => [ "{"data":{"subscriberPlatformSubscription":{"id":"593d890c-0b3c-40d5-95cf-a0a7c0834a9c"}}}\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" => "f32e3aa4-da9e-4bae-b310-27642c496f79" "subscriberType" => "school" ] ] "timeout" => 5 "max_duration" => 10 ] |
|
| Response |
200
[ "info" => [ "header_size" => 263 "request_size" => 759 "total_time" => 0.005847 "namelookup_time" => 1.3E-5 "pretransfer_time" => 4.7E-5 "size_upload" => 498.0 "size_download" => 1002.0 "speed_download" => 171369.0 "speed_upload" => 85171.0 "download_content_length" => 1002.0 "upload_content_length" => 498.0 "starttransfer_time" => 0.005762 "primary_ip" => "192.168.208.16" "primary_port" => 3110 "local_ip" => "192.168.208.4" "local_port" => 41880 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "namelookup_time_us" => 13 "pretransfer_time_us" => 47 "starttransfer_time_us" => 5762 "total_time_us" => 5847 "effective_method" => "POST" "max_duration" => 10.0 "start_time" => 1788001763.584 "original_url" => "http://commerce-billing:3110/graphql" "pause_handler" => Closure(float $duration) {#9652 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#9662 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#2076 …} : -9223372036854775803 } } "debug" => """ * Found bundle for host: 0x5b4ac9d24500 [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-lLDymf3KJNyl+C8aTc+2gPA60iY"\r\n < Date: Sat, 29 Aug 2026 11:09:23 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-lLDymf3KJNyl+C8aTc+2gPA60iY"" "Date: Sat, 29 Aug 2026 11:09:23 GMT" "Connection: keep-alive" "Keep-Alive: timeout=5" ] "response_content" => [ "{"data":{"subscriberPlatformEntitlements":{"planCode":"school-business-v2","subscriptionStatus":"active","currentPeriodEndAt":"2027-08-25T10:19:55.112Z","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":2050}]}}}\n" ] ] |
|