Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
132 stars 147 forks source link

Its not possible to set the user-agent header #354

Open jorgen opened 4 years ago

jorgen commented 4 years ago

Setting a custom "User-Agent" is interesting to extract custom analytics. In fact I'm unable to find a way to set any custom header.

Jinming-Hu commented 4 years ago

you can edit user agent string here, but you have to build it from source.

jorgen commented 4 years ago

I was hoping there would be a way to do this from the c++ api, not to do a patch command before compiling.

Jinming-Hu commented 4 years ago

@jorgen unfortunately it's not supported for now.