You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/19 09:17:46 UTC

[GitHub] [apisix] moonming commented on pull request #2079: fix proxy_set_header Host $host may lose port info

moonming commented on pull request #2079:
URL: https://github.com/apache/apisix/pull/2079#issuecomment-676009765


   @halfcrazy `$http_host` ONLY get value from request header field, is that ok?
   `$host`: in this order of precedence: host name from the request line, or host name from the “Host” request header field, or the server name matching a request 
   refer to: http://nginx.org/en/docs/http/ngx_http_core_module.html


----------------------------------------------------------------
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:
users@infra.apache.org