You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/13 05:04:00 UTC

[GitHub] [incubator-kyuubi] turboFei commented on pull request #3053: [KYUUBI #3052] Support to get the real client ip address for http connection when using VIP as kyuubi server load balancer

turboFei commented on PR #3053:
URL: https://github.com/apache/incubator-kyuubi/pull/3053#issuecomment-1182769949

   I tried to 
   
   > this is odd, shall it be `forwardedAddresses/X_FORWARDED_FOR_HEADER`
   > 
   > > X-Forwarded-For
   > > The X-Forwarded-For (XFF) request header is a de-facto standard header for identifying the originating IP address of a client connecting to a web server through a proxy server.
   
   In fact, it depends on the proxy setting.
   
   For the ebay HLB, there is no ` X-Forwarded-For` header.
   
   And the header to present the real client ip is `X-eBay-Web-Tier-IP` instead of `X-Real-IP`.


-- 
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-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org