* Trying 34.41.0.90:80... * Connected to 34.41.0.90 (34.41.0.90) port 80 > GET /httpbin/get HTTP/1.1 > Host:www.example.com > User-Agent: curl/8.7.1 > Accept: */* > * Request completely sent off < HTTP/1.1 200 OK < server: envoy < date: Wed, 31 Jul 2024 08:21:58 GMT < content-type: application/json < content-length: 282 < access-control-allow-origin: * < access-control-allow-credentials: true < x-envoy-upstream-service-time: 11 < { "args": {}, "headers": { "Accept": "*/*", "Host": "www.example.com", "User-Agent": "curl/8.7.1", "X-Envoy-Attempt-Count": "1", "X-Envoy-External-Address": "123.120.227.173" }, "origin": "123.120.227.173", "url": "http://www.example.com/get" } * Connection #0 to host 34.41.0.90 left intact