Details
Description
We made some testings with QT, and it seems that the default QT user agent is "Mozilla/5.0".
This user agent looks like a PC one, and does not allow to discriminate the mobile phone originating the request.
Here are some of the consequences :
1) A lot of services uses the User-Agent to adapt the content of their responses to the mobile. Either to send back a mobile specific page versus a PC page, or to provide specific pages according to the model type.
2) Network access statistics are often performed based on the User-Agent.
Can you use the default User-Agent of the phone as the default User-Agent for your QT releases ?