Saturday, March 14, 2009

How can I send user authentication information while

Question :How can I send user authentication information while
makingURLConnection? (Servlets)


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

No comments: