wodHttpDLX - Version 1.7.2 General informationWeOnlyDo Software's wodHttpDLX is a HTTP client ActiveXcontrol that provides easy, both high and low levelaccess to the complete HTTP protocol. It's primarypurpose is to retrieve documents and other resourcesfrom the WEB. It was designed to be asprogrammer-friendly as possible. You will find it canbe fully automated to get you requested resource, butalso can be used by advanced programmers under completecontrol from your code.Usage modelDefault behavior of wodHttpDLX is to do as much aspossible to get resource you request - it willautomatically connect, try to pass through proxy server(if set), try to authenticate with both proxy and theserver, follow redirections,..., until it finally grabsrequested resource, and then it will disconnect. If theproblem occurs during this automation, you will receivenotification about failure, so you can request theresource again using different information provided.Or..You can use wodHttpDLX to manually connect to theserver, send request, check received response, parsereceived data by yourself - almost all aspect of HTTPprotocol is covered by wodHttpDLX. You can have fullcontrol over it's behavior if needed - it's all up toyou to decide which path you will go.Includes component to parse HTML filesSince version 1.1.0.2, wodHtmlParser component isincluded in wodHttpDLX package free of charge. You canextract almost any data using this component. Forexample, you can easy get pictures from the page (usingone line of code!!), find Google links, escape framesetc.. Provided samples will teach you on how to dobasic stuff - and you'll see how easy it is!