Skip to content
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 check should set User-Agent to something custom #1053

Closed
jsternberg opened this issue Jun 22, 2015 · 3 comments
Closed

HTTP check should set User-Agent to something custom #1053

jsternberg opened this issue Jun 22, 2015 · 3 comments
Labels
type/enhancement Proposed improvement or new feature

Comments

@jsternberg
Copy link

Inside of our Nginx logs I'll see something like this:

127.0.0.1 - - [22/Jun/2015:21:42:31 +0000] "GET / HTTP/1.1" 200 668 "-" "Go 1.1 package http"

I'm also running a Go program on this same computer and I thought the program was acting erroneously. It turns out this is just from Consul checking the HTTP endpoint. I'd like it if Consul set a custom User-Agent so I can see "Yep, this is Consul checking the HTTP health".

Thanks.

@ryanuber ryanuber added the type/enhancement Proposed improvement or new feature label Jun 22, 2015
@ryanuber
Copy link
Member

Makes sense, tagged as an enhancement!

@highlyunavailable
Copy link
Contributor

It looks like this was already resolved in #951 via commit ce93fdd which should be in 0.5.2.

@ryanuber
Copy link
Member

Ah, yep! Closing this out.

duckhan pushed a commit to duckhan/consul that referenced this issue Oct 24, 2021
…rp#1053)

* Update chart.yaml to match K8s 1.17 requirement on readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

3 participants