I’m using HTTP connection to scrape “http://www.thecinemas.aw/main/” for data, but when I run it on my phone it goes to the mobile version. Is there anyway I can force it to download the desktop version?
Thanks
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.
You’ll probably have to set the
User-Agentof your connection to pretend that it’s a desktop client.If you’re using HttpUrlConnection, you can do something like: