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.003639 "namelookup_time" => 0.000338 "connect_time" => 0.000497 "pretransfer_time" => 0.000561 "size_upload" => 308.0 "size_download" => 90.0 "speed_download" => 24732.0 "speed_upload" => 84638.0 "download_content_length" => 90.0 "upload_content_length" => 308.0 "starttransfer_time" => 0.003527 "primary_ip" => "192.168.208.16" "primary_port" => 3110 "local_ip" => "192.168.208.4" "local_port" => 58226 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 497 "namelookup_time_us" => 338 "pretransfer_time_us" => 561 "starttransfer_time_us" => 3527 "total_time_us" => 3639 "effective_method" => "POST" "max_duration" => 10.0 "start_time" => 1788001786.1505 "original_url" => "http://commerce-billing:3110/graphql" "pause_handler" => Closure(float $duration) {#15793 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#15283 …} : 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-S0bxLCBLRZnarkkTsEK0j0Lf52Q"\r\n < Date: Sat, 29 Aug 2026 11:09:46 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 11:09:46 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.003679 "namelookup_time" => 1.3E-5 "pretransfer_time" => 4.9E-5 "size_upload" => 498.0 "size_download" => 1002.0 "speed_download" => 272356.0 "speed_upload" => 135362.0 "download_content_length" => 1002.0 "upload_content_length" => 498.0 "starttransfer_time" => 0.003583 "primary_ip" => "192.168.208.16" "primary_port" => 3110 "local_ip" => "192.168.208.4" "local_port" => 58226 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "namelookup_time_us" => 13 "pretransfer_time_us" => 49 "starttransfer_time_us" => 3583 "total_time_us" => 3679 "effective_method" => "POST" "max_duration" => 10.0 "start_time" => 1788001786.1544 "original_url" => "http://commerce-billing:3110/graphql" "pause_handler" => Closure(float $duration) {#9780 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#15694 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#2076 …} : -9223372036854775803 } } "debug" => """ * Found bundle for host: 0x5b4ac9df6f00 [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 11:09:46 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 11:09:46 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" ] ] |
|