===== PHP Remote Communication Test ===== Test time: 2026-02-26 22:38:09 【Basic Function Check】 cURL extension: ✅ Supported file_get_contents: ✅ Supported allow_url_fopen: ✅ Enabled 【HTTP Request Test - Get Public IP】 --- GET - icanhazip.com (IP only) --- ✅ Request success 🔧 Used function(s): curl_init + curl_setopt + curl_exec + curl_close 📌 Obtained IP: 102.222.124.12 --- POST - httpbin.org/post (Request info including IP) --- ✅ Request success 🔧 Used function(s): curl_init + curl_setopt + curl_exec + curl_close 📌 Obtained IP: 102.222.124.12 📝 Response (first 500 chars): { "args": {}, "data": "", "files": {}, "form": { "test": "php_http_test", "time": "1772145489" }, "headers": { "Accept": "*/*", "Content-Length": "34", "Content-Type": "application/x-www-form-urlencoded", "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-69a0cb52-249a0d7a7ec3b8ce15b687aa" }, "json": null, "origin": "102.222.124.12", "url": "https://httpbin.org/post" }... --- PUT - httpbin.org/put (Request info including IP) --- ✅ Request success 🔧 Used function(s): curl_init + curl_setopt + curl_exec + curl_close 📌 Obtained IP: 102.222.124.12 📝 Response (first 500 chars): { "args": {}, "data": "", "files": {}, "form": { "action": "test_put", "source": "php" }, "headers": { "Accept": "*/*", "Content-Length": "26", "Content-Type": "application/x-www-form-urlencoded", "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-69a0cb53-0cc6a5b921d9ff083b45ceff" }, "json": null, "origin": "102.222.124.12", "url": "https://httpbin.org/put" }... --- GET - api.ipify.org (IP only) --- ✅ Request success 🔧 Used function(s): curl_init + curl_setopt + curl_exec + curl_close 📌 Obtained IP: 102.222.124.12 【Server Internal IP Reference】 Internal IP: 102.222.124.12