0

I want to read the Network Response after API GET call using

URL obj = new URL("https://URLGoesHere");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");

Refer attached image to understand what actually I want to read in Response after API GET call.

enter image description here

Gaurav Lad
  • 1,788
  • 1
  • 16
  • 30

0 Answers0