go-livepeer icon indicating copy to clipboard operation
go-livepeer copied to clipboard

Livepeer should identify itself in `user-agent` HTTP header

Open iameli opened this issue 6 years ago • 1 comments

Describe the bug Currently, outgoing HTTP requests (at least from the webhook) have a generic go library as its header. I'm getting:

'user-agent': 'Go-http-client/1.1',

For a variety of reasons, we should identify ourselves — we already have the version baked into the binary, so we should just be livepeer/${version}.

iameli avatar Apr 22 '19 23:04 iameli

Possible for this to happen this happen sometime in the next couple of weeks? It'd be useful for me as I look through server logs to know what version of go-livepeer is hitting API webhooks.

iameli avatar Aug 29 '19 23:08 iameli