Hi I need to develop my own HTTP Client on Windows Platform (XP), which will interact with Internet Server and should capable of capturing all kind of HTTP status and error codes like - 200 ok, 403 etc. In windows documentation, i have found that i can make use of winInet library for this purpose. But i'm unable to find out if there is any way to capture the status and error codes sent by the HTTP Server. Can you please tell me how can i capture the HTTP status and error codes sent by the HTTP Server? Thanks Prashant Bauskar