InterviewSolution
Saved Bookmarks
| 1. |
How Can I Send User Authentication Information While Making Url Connection? |
|
Answer» You'll want to USE HttpURLConnection.setRequestProperty and SET all the APPROPRIATE headers to HTTP AUTHORIZATION. You'll want to use HttpURLConnection.setRequestProperty and set all the appropriate headers to HTTP authorization. |
|