httpagentparser
httpagentparser copied to clipboard
"CFNetworks" issue
I get an error trying to parse such user agent "CFNetwork/548.0.4 Darwin/11.0.0" it is user agent for Apple iPhone SDK requests.
What is the expected output for above agent string?
More detailed info:
- http://stackoverflow.com/questions/7921135/iphone-app-os-detection-via-user-agent
- http://stackoverflow.com/questions/6239553/a-list-of-linking-cfnetwork-version-numbers-to-the-version-of-ios
But it could be enough to somehow output application name, operating system - ios (4.x or 5.x). Otherwise I get an error instead of logging important visitor group.