hi! i have to develop a program that would keep track of all access url in a browser with its response time. the program must not be browser-dependent.
any suggestion on topics that need to be studied? or anything helpful? thanks for the time!:)
hi! i have to develop a program that would keep track of all access url in a browser with its response time. the program must not be browser-dependent.
any suggestion on topics that need to be studied? or anything helpful? thanks for the time!:)
If I understand correctly, you could write a small redirector (a mini-proxy) that intercepts and times traffic to and from the browser.
Have the browser use the redirector rather than a direct internet connection.