Simple webservice echo test: make a request to this endpoint to return the HTTP request parameters and headers. Results available in plain text, JSON, or XML formats. See http://www.cantoni.org/2012/01/08/simple-webservice-echo-test for more details, or https://github.com/bcantoni/echotest for source code. Array ( [method] => GET [headers] => Array ( [Connection] => close [Host] => scooterlabs.com [Accept-Encoding] => zstd, br, gzip [If-Modified-Since] => Fri, 18 Jun 2021 15:29:38 GMT [Accept-Language] => en-US,en;q=0.5 [Accept] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [User-Agent] => CCBot/2.0 (https://commoncrawl.org/faq/) ) [request] => Array ( ) [client_ip] => 18.97.14.90 [time_utc] => 2026-05-10T02:37:58+0000 [info] => Echo service from Scooterlabs (http://www.scooterlabs.com) )