A small program of mine just broke because, it seems, the site I was programmatically browsing now assumes a Java request comes from a mobile phone, and the link I was looking for is not on their mobile page.
So I want to fake an Internet Explorer access. How do I do that with java.net?
IIRC, set
"http.agent"system property throughSystem,-Don the command line, in your JNLP file or elsewhere.