-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported useragent Outlook mail app for iOS #439
Comments
Does this app also exist for other platforms, most notably Android? We'd need those user agents as well. |
I can get you an android useragent tomorrow using the outlook app as well |
@fnando i get something more traditional with the outlook for android application ua: "Mozilla/5.0 (Linux; Android 10; Pixel 4 XL Build/QQ1B.200105.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.136 Mobile Safari/537.36" hope that helps! |
Yeah, we can't detect it on Android devices, as it doesn't return any hints about outlook itself. I'm unsure about the right approach here. 🤔 |
Description
Unsupported User agent request
ua: "Outlook-iOS/719.3623017.prod.iphone (4.20.0)"
This is the user agent for the outlook application on IOS
How to reproduce
What do you expect
I expect that the device name gets resolved to something, ideally IPhone similar to the user agent of the mail/safari apps on iphone
What happened instead
It does not recognize this user agent even though it seems like a pretty coherent one
Software:
Full backtrace
Report
[Visit http://user-agent.herokuapp.com and paste the URL here]
unfortunatly cannot run urls in the outlook ios app, if you know how i can definitely give it a try
this is the useragent given by rails for this user : "Outlook-iOS/719.3623017.prod.iphone (4.20.0)"
if I can provide any better information let me know
The text was updated successfully, but these errors were encountered: