jaikewhh166 opened a new issue, #1468:
URL: https://github.com/apache/apisix-ingress-controller/issues/1468

   ### Issue description
   
   1.  get the request header  info,the Host header append apisix upstream port 
   {
       "code": 0,
       "data": {
           "debug": "kkyy@123",
           "Accept": "*/*",
           "User-Agent": "PostmanRuntime/7.29.2",
           "X-Forwarded-Proto": "http",
           "X-Forwarded-Host": "hh.whatb.xyz",
           "Host": "hh.whatb.xyz:9080",
           "Accept-Encoding": "gzip, deflate, br",
           "X-Forwarded-Port": "9080",
           "X-real-client-ip": "133.11.99.156",
           "Cache-Control": "no-cache",
           "X-Forwarded-For": "133.11.99.156, 10.118.45.23",
           "Postman-Token": "7d184ad2-1bfe-4f77-b36d-5490fcf4f7cf",
           "Content-Length": "0",
           "X-Real-IP": "10.118.45.23",
           "X-Scheme": "http"
       },
       "message": "Execute successfull",
       "serverTime": "2022-11-18 06:33:32",
       "success": true
   }
   
   ### Environment
   
   1.  chart version apisix-0.11.0  app version 2.15.0
   2.  kubernetes cluster version 1.24.1
   3.  Linux 5.4.17-2136.307.3.1.el7uek.x86_64 #2 SMP Mon May 9 17:25:56 PDT 
2022 x86_64 x86_64 x86_64 GNU/Linux
   
   ### Minimal test code / Steps to reproduce
   
   "Host": "hh.whatb.xyz:9080",
   
   ### Actual result
   
   "Host": "hh.whatb.xyz:9080",
   
   ### Error log
   
   "Host": "hh.whatb.xyz:9080",
   
   ### Expected result
   
   "Host": "hh.whatb.xyz",


-- 
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]

Reply via email to