Just like the F12 of chrome, how can I get all the http requests of URL. Such as if you F12 in chrome of URL <How to capture the requests using JAVA servlets> You can see it has over 100 requests in the network tab, any way in Java that can get the name list of the requests?
Asked
Active
Viewed 538 times
0
-
You want to access this information from Chrome? Or you want to build a kind of proxy to intercept the requests? Or you are making requests from your Java code? Totally unclear. – Henry Mar 01 '18 at 08:11
-
I want to get the requests from Java code then I can crawl them in my Java code. Thx – Larry Xiao Mar 02 '18 at 01:31