titxue commented on PR #5781:
URL: https://github.com/apache/shenyu/pull/5781#issuecomment-2473368789

   > why delete 'Host' from http header
   
   The original logic ends up removing the ‘Host’ header, which causes any 
custom ‘Host’ header functionality in the request plugin to fail. My 
recommendation is to remove the code that deletes ‘Host’ to allow the plugin to 
function correctly, increasing flexibility without forcing the removal of the 
‘Host’ header. Alternatively, this could be made configurable, either in the 
request setup or the service discovery. In any case, forcing the deletion of 
‘Host’ in code is not ideal. Please also refer to the details in my submitted 
issue for further clarification.


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