web-apis icon indicating copy to clipboard operation
web-apis copied to clipboard

UA strings can no longer be trusted

Open mdittmer opened this issue 7 years ago • 2 comments

https://github.com/mdittmer/web-apis/pull/49#issuecomment-356919671

:crying_cat_face:

mdittmer avatar Jan 11 '18 14:01 mdittmer

Should be "UA strings"?

As you suggest, making it possible to edit before submitting in the manual mode would work, or even requiring it the UA string is one of the known frozen ones.

When using BrowserStack, maybe there's a way to get the version externally from the browser?

foolip avatar Jan 11 '18 16:01 foolip

Using BrowserStack for automated testing, the script talking via WebDriver knows (or can be made to know) which version of which browser was requested from BrowserStack. The only messy bit is that if we can only ask for "Version X", and the UA string doesn't contain "Version X.Y.Z", then we have a problem.

mdittmer avatar Jan 11 '18 16:01 mdittmer