Answers

Question and Answer:

  Home  Java Servlet Programming

⟩ How can I send user authentication information while makingURLConnection?

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

 130 views

More Questions for you: