HTTP Client
1
Total requests
0
HTTP errors
Clients
http_client 1
Requests
| GET | https://pteroca.com/api/v1/version/current | |
|---|---|---|
| Response |
200
[ "info" => [ "header_size" => 593 "request_size" => 132 "total_time" => 0.119702 "namelookup_time" => 0.008774 "connect_time" => 0.009902 "pretransfer_time" => 0.030621 "size_download" => 1656.0 "speed_download" => 13834.0 "starttransfer_time" => 0.118877 "primary_ip" => "172.67.171.238" "primary_port" => 443 "local_ip" => "85.239.155.43" "local_port" => 54214 "http_version" => 3 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 30543 "connect_time_us" => 9902 "namelookup_time_us" => 8774 "pretransfer_time_us" => 30621 "starttransfer_time_us" => 118877 "total_time_us" => 119702 "effective_method" => "GET" "start_time" => 1772918271.8493 "original_url" => "https://pteroca.com/api/v1/version/current" "pause_handler" => Closure(float $duration) {#1828 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#1824 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#265 …} : -9223372036854775808 } } "debug" => """ * Trying 172.67.171.238:443...\n * Connected to pteroca.com (172.67.171.238) 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.3 / TLS_AES_256_GCM_SHA384\n * ALPN, server accepted to use h2\n * Server certificate:\n * subject: CN=pteroca.com\n * start date: Jan 23 16:22:21 2026 GMT\n * expire date: Apr 23 17:21:00 2026 GMT\n * subjectAltName: host "pteroca.com" matched cert's "pteroca.com"\n * issuer: C=US; O=Google Trust Services; CN=WE1\n * SSL certificate verify ok.\n * Using HTTP2, server supports multiplexing\n * Connection state changed (HTTP/2 confirmed)\n * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n * Using Stream ID: 1 (easy handle 0x5616a228b7c0)\n > GET /api/v1/version/current HTTP/2\r\n Host: pteroca.com\r\n accept: */*\r\n user-agent: Symfony HttpClient (Curl)\r\n accept-encoding: gzip\r\n \r\n * old SSL session ID is stale, removing\n < HTTP/2 200 \r\n < date: Sat, 07 Mar 2026 21:17:51 GMT\r\n < content-type: application/json\r\n < server: cloudflare\r\n < x-powered-by: PHP/8.4.14\r\n < cache-control: no-cache, private\r\n < x-served-by: pteroca.com\r\n < cf-cache-status: DYNAMIC\r\n < nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}\r\n < report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=j0CtYsXhT5K3WYxlMaXGGHBFPqbbak%2FLyGAzS2%2FEJR083zZnVUUPk0T2oxGYv%2BYYjJJNmfS%2FOODk5P7IxiNWH%2FV5XIPgfy9ZWUw8"}]}\r\n < content-encoding: gzip\r\n < cf-ray: 9d8ca11f4acedbc3-FRA\r\n < alt-svc: h3=":443"; ma=86400\r\n < \r\n """ ] "response_headers" => [ "HTTP/2 200 " "date: Sat, 07 Mar 2026 21:17:51 GMT" "content-type: application/json" "server: cloudflare" "x-powered-by: PHP/8.4.14" "cache-control: no-cache, private" "x-served-by: pteroca.com" "cf-cache-status: DYNAMIC" "nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}" "report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=j0CtYsXhT5K3WYxlMaXGGHBFPqbbak%2FLyGAzS2%2FEJR083zZnVUUPk0T2oxGYv%2BYYjJJNmfS%2FOODk5P7IxiNWH%2FV5XIPgfy9ZWUw8"}]}" "content-encoding: gzip" "cf-ray: 9d8ca11f4acedbc3-FRA" "alt-svc: h3=":443"; ma=86400" ] "response_json" => [ "version" => "v0.6.3" "release_date" => "2026-02-03T16:53:46Z" "zipball_url" => "https://api.github.com/repos/PteroCA-Org/panel/zipball/v0.6.3" "tarball_url" => "https://api.github.com/repos/PteroCA-Org/panel/tarball/v0.6.3" "changelog" => """ ## [0.6.3] - 2026-02-03\r\n \r\n ### Added\r\n - Added comprehensive theme management system with upload, copy, export, and delete functionality.\r\n - Added 8 new granular permissions for theme operations (access, view, set default, configure, upload, copy, export, delete).\r\n - Added template context system - separate theme configuration for panel, landing page, and email contexts.\r\n - Added new customizable landing page with featured categories, products, and widget system.\r\n - Added ability to choose specific Pterodactyl node during server purchase.\r\n - Added product variant system for linking products with different node configurations.\r\n - Added real-time node availability checking via new API endpoint.\r\n - Added admin server creation functionality - admins can create servers for users directly from admin panel.\r\n - Added `plugin:uninstall` console command with dependency checking and file removal options.\r\n - Added delete plugin action in plugin details view with dependency validation.\r\n - Added plugin reset functionality for recovery from faulted state.\r\n - Added user Pterodactyl Client API key regeneration feature.\r\n - Added soft delete functionality for categories.\r\n - Added option to delete servers immediately upon expiry instead of waiting for cleanup job.\r\n - Added localhost allocation support for server creation.\r\n - Added sponsors section to README with sponsor perks information.\r\n - Added `dev:upgrade-theme` command for theme system migrations.\r\n - Added `create_server` permission for admin server creation access control.\r\n \r\n ### Changed\r\n - Improved voucher system with separated validation and redemption logic.\r\n - Enhanced voucher UI with context-aware error messages and type explanations.\r\n - Changed MB to MiB in product settings with correct binary unit value calculation.\r\n - Changed resource rounding from `round()` to `ceil()` for more accurate calculations.\r\n - Improved unit rounding unification across all resource calculations.\r\n - Replaced manual password validation with Symfony's `RepeatedType` form field.\r\n - Updated default logo and removed filter styles.\r\n - Improved icons on server renewal page.\r\n - Updated .gitignore with theme system directories.\r\n - Enhanced plugin CRUD controller with improved dependency management and state handling.\r\n - Improved node selection service with automatic best-fit allocation algorithm.\r\n - Updated landing page with modern dark theme styling and responsive design.\r\n \r\n ### Fixed\r\n - Fixed cache bug in TemplateManager where template metadata was loaded from disk on every call.\r\n - Fixed voucher application issues where wrong voucher types could be applied on incorrect pages.\r\n - Fixed soft delete handling for vouchers.\r\n - Fixed voucher values to allow decimal/float amounts instead of integers only.\r\n - Fixed networking graph to show rate of bytes (bytes/second) instead of cumulative total.\r\n - Fixed cache clearing notification not appearing correctly after system updates.\r\n - Fixed first free allocation search by removing 100 allocation limit.\r\n - Fixed first egg installation issues during server creation.\r\n - Fixed password recovery functionality that was failing due to validation errors.\r\n - Fixed server reinstallation by correcting egg build preparation.\r\n - Fixed login page mobile scrolling issues.\r\n - Fixed plugin dependencies validation environment variable passing.\r\n - Fixed routing issue in theme-related pages. """ "plugin" => [ "version" => "v0.1.2" "release_date" => "2025-08-11T19:42:44Z" "zipball_url" => "https://api.github.com/repos/PteroCA-Org/pterodactyl-addon/zipball/v0.1.2" "tarball_url" => "https://api.github.com/repos/PteroCA-Org/pterodactyl-addon/tarball/v0.1.2" "changelog" => "- Added endpoint with addon version" ] ] ] |
|