I need help with sending HTTP GET request. My code is as follows:
HTTP GET
URL connectURL = new URL(\"url\"); HttpURLConnection conn = (HttpURLCo
I believe setDoOutput(true) implies POST automatically.