-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http_response plugin isn't passing headers #1198
Labels
bug
unexpected problem or unintended behavior
Comments
This is probably because the plugin treats the |
looks like this is actually a golang issue that they can't safely change for backwards-compatability reasons: golang/go#7682. We'll need to modify request.Host directly. |
sparrc
added a commit
that referenced
this issue
May 19, 2016
3 tasks
sparrc
added a commit
that referenced
this issue
May 19, 2016
sparrc
added a commit
that referenced
this issue
May 19, 2016
Fantastic, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a Telegraf input configured as so:
But headers aren't being passed. When I turn on debug logging in nginx, I see that the Host headers is
127.0.0.1
, notmydomain.com
as expected.Have I misconfigured the input, or is there an actual bug here?
The text was updated successfully, but these errors were encountered: