idbeta opened a new issue #2714: URL: https://github.com/apache/apisix/issues/2714
### Issue description When accessing APISIX route, there are two servers in the response header, one of which is upstream, can it be distinguished by different fields? ```shell $ curl http://127.0.0.1:9080/test_core -i HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Server: APISIX/2.0 Server: BaseHTTP/0.3 Python/2.7.13 Date: Thu, 12 Nov 2020 04:31:03 GMT tested by python ``` ### Environment * apisix version (cmd: `apisix version`): master * OS: ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
