Http URLConnection wait for inner request
问题 I am working on a crawling project. When I do a simple URLConnection connection to the website as shown in below: URLConnection conn = new URL(url).openConnection(); BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream())); The method returns the HTML body correctly. However, the website makes inner requests for some fields. For example, the website fetches the total number of users from a different web service. In the web browser, the total number of users