I want to know what are different ways to get the response code information when we visit any page in IE by using Windows API or some interfaces using C++?
I think some ways include
1)Using BHO: But I think that will give HTML information.Can we get information related to HTTP here like response codes?
2)Using Async Pluggable Protocols:
Any other ways ?
Can I use WinInet or WinHttp to get that information?