mozilla-services / syncto

Sync to Kinto bridge (read and write data from/to sync with the Kinto interface)
https://wiki.mozilla.org/Firefox_OS/Syncto
6 stars 6 forks source link

Pass through user-agent header provided by the client #68

Closed rfk closed 8 years ago

rfk commented 8 years ago

It's often useful for server-side analytics to see the user-agent string of the client connecting to sync, and we regularly perform user-agent-specific queries against our HTTP logs. If possible, please ensure that syncto somehow passes along the user-agent information provided by the client, either by just passing it directly through, or by using something like "Syncto X.Y (on behalf of Client-User-Agent-String)" as the user-agent.

/cc @Micheletto