Horus-K opened a new issue, #6945: URL: https://github.com/apache/apisix/issues/6945
### Current Behavior clb(80 port)-> apisix(9080 port) --> pod   ### Expected Behavior X-Forwarded-Port: 777 X-Forwarded-Port111: 77788 ### Error Logs _No response_ ### Steps to Reproduce apiVersion: apisix.apache.org/v2beta3 kind: ApisixRoute metadata: name: whoami namespace: apisix spec: http: - backends: - resolveGranularity: service serviceName: whoami servicePort: 80 weight: 100 match: paths: - /* plugins: - name: proxy-rewrite enable: true config: headers: X-Forwarded-Port: 777 X-Forwarded-Port111: 77788 name: rule11 ### Environment - APISIX version (run `apisix version`): 1.13 - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
