For iOS google chrome, when a user hits the “Request desktop site” button what does the browser do to try to bring up a desktop site? I imagine some sort of header on the request that sites are looking for, or something similar?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the only difference is the
User-Agent:header in the request.Here are the User-Agent headers sent by Chrome on my Android device:
Notice the word “Mobile’ in the first one, and also the mention of Android system and device. Checking these, I see that it also provides false information – namely X11 and x86_64 – to closely match the value sent by the Desktop Linux version of Chrome.