You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find that in past issues β any chance it can be detected as ios or ios-webview or similar? It doesn't seem like #67 is covering this UA string.
The CFNetwork user agent is only a crawler process of the mobile safari. This will retrieve fav or touch icons. The CFNetwork requests depends on the iOS or Mac OS X version, the first token only identify the APP.
So this might be a no-op, depending on the goal of this module. But it'd be nice to have it identified somehow.
The text was updated successfully, but these errors were encountered:
Just prepping a PR for this now, and having a look at the options for the return type, it feels like this is most appropriately treated as a bot-device return type (it seems to be a bot simulating a device). Is that correct?
I'm thinking that the result type would look something like this (see recent changes on master re including a type disciminator):
Hi! Thanks for a great package! π
We're seeing this UA string in our logs:
I couldn't find that in past issues β any chance it can be detected as
ios
orios-webview
or similar? It doesn't seem like #67 is covering this UA string.I found this on SO: https://stackoverflow.com/questions/24464883/serverhttp-user-agent-changing-on-safari-ios. It suggests:
So this might be a no-op, depending on the goal of this module. But it'd be nice to have it identified somehow.
The text was updated successfully, but these errors were encountered: