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 2021/11/10 08:28:02 UTC

[GitHub] [apisix] tokers commented on issue #5470: bug: get http 400 status when using standalone mode with host contains underline

tokers commented on issue #5470:
URL: https://github.com/apache/apisix/issues/5470#issuecomment-964890689


   By default Nginx rejects request headers with `_`, you can enable the directive `underscores_in_headers`.
   
   > Enables or disables the use of underscores in client request header fields. When the use of underscores is disabled, request header fields whose names contain underscores are marked as invalid and become subject to the ignore_invalid_headers directive.


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

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