SkyeYoung commented on issue #12537: URL: https://github.com/apache/apisix/issues/12537#issuecomment-3204434926
@Plus-L Hello, I tried replicating your configuration, but it didn't reproduce. Can you give more detailed information? ```yaml routes: - uri: /post upstream: nodes: "xxxx:80": 1 type: roundrobin pass_host: rewrite upstream_host: xxxx plugins: http-logger: timeout: 3 inactive_timeout: 5 retry_delay: 1 concat_method: json uri: https://xxxxxx ssl_verify: false include_req_body: false max_retry_count: 0 batch_max_size: 1000 buffer_duration: 60 include_resp_body: false name: "aiap-ai-http-logger" #END ``` output: ``` [{"response":{"status":200,"size":776,"headers":{"content-length":"532","access-control-allow-credentials":"true","connection":"close","server":"APISIX/3.12.0","content-type":"application/json; encoding=utf-8","date":"Wed, 20 Aug 2025 06:51:06 GMT","access-control-allow-origin":"*"}},"route_id":"routes#1","request":{"size":164,"querystring":{},"url":"http://localhost:9080/post","method":"POST","uri":"/post","headers":{"accept":"*/*","user-agent":"curl/8.13.0","host":"localhost:9080","content-type":"application/x-www-form-urlencoded","content-length":"12"}},"latency":632.99989700317,"apisix_latency":194.99989700317,"service_id":"","server":{"version":"3.12.0","hostname":"eb9bd7c25e38"},"start_time":1755672665845,"upstream":"198.18.0.13:80","upstream_latency":438,"client_ip":"172.21.0.1"}] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org