Friday, 17 February 2012

How can I send user authentication information while makingURLConnection? | Java Servlets


You'll want to use HttpURLConnection.setRequestProperty and set all the appropriate headers to HTTP authorization.

No comments: