I made a small application that download pictures from a website. But when I'm opening the HttpURLConnection with the right url, it's open the mobile version of this website. How can I open the real one please ? Thanks for your replies.
Asked
Active
Viewed 107 times
1 Answers
0
You can change User-Agent
using :
//HttpURLConnection connection;
connection.setRequestProperty("User-Agent","YOUR-USER-AGENT");

ChristopheCVB
- 7,269
- 1
- 29
- 54