User Agent Strings useful if you get Error 403 disallowed_useragent while Google Drive or other integration...
A browser’s user agent string (UA) helps identify which browser is being used, what version, and on which operating system. When feature detection APIs are not available, use the UA to customize behavior or content to specific browser versions.
Like all other browsers, Chrome for Android sends this information in the
User-Agent
HTTP header every time it makes a request to any site. It’s also available in the client through JavaScript using the navigator.userAgent
call.
Useful Link:
No comments:
Post a Comment