J
jack.smith.sam
Hi All,
I am trying to get the url with following using Java. I need to change
the user agent but I can not figure out how. Can you help me?
URL url = new URL(url);
BufferedReader in = new BufferedReader(new
InputStreamReader(url.openStream()));
Thanks a lot.
I am trying to get the url with following using Java. I need to change
the user agent but I can not figure out how. Can you help me?
URL url = new URL(url);
BufferedReader in = new BufferedReader(new
InputStreamReader(url.openStream()));
Thanks a lot.