0

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
loulou8284
  • 15
  • 1
  • 8

1 Answers1

0

You can change User-Agent using :

//HttpURLConnection connection;
connection.setRequestProperty("User-Agent","YOUR-USER-AGENT");
ChristopheCVB
  • 7,269
  • 1
  • 29
  • 54