Feature #1444
Add details for user-agent
| Status: | Resolved | Start date: | 03/06/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Client: General | |||
| Target version: | Version 0.9.0 | Estimated time: | 5.00 hours |
Description
Currently Webig user-agent is "Ryzom". We should add at least the platform (Windows, Linux, Mac OS X, etc...), the version or revision used to compile the client and the architecture (amd64, i386, etc...).
History
#1
Updated by shackra about 1 year ago
plase, instead of "Linux" use GNU-Linux or GNU/Linux
#2
Updated by kervala about 1 year ago
Yes, I'll use almost the same user-agent as browsers :)
#3
Updated by kervala 10 months ago
Current User-Agent for Ryzom Core is : "Ryzom/RYZOM_CORE libwww/5.4.0"
libwww doesn't allow to use spaces (they are replaced by underscores) in user-agent and only 2 variables can be defined : name and version with respectively : HTLib_setAppName and HTLib_setAppVersion.