WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other resources from the WEB.

Version: 1.9.1General information WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol.
License: Free To Try $179.00
Operating System: Windows
Homepage: www.weonlydo.com
Developed by:
It's primary purpose is to retrieve documents and other resources from the WEB. It was designed to be as programmer-friendly as possible.
You will find it can be fully automated to get you requested resource, but also can be used by advanced programmers under complete control from your code.
Usage model
Default behavior of wodHttpDLX is to do as much as possible to get resource you request - it will automatically connect, try to pass through proxy server (if set), try to authenticate with both proxy and the server, follow redirections,..., until it finally grabs requested resource, and then it will disconnect. If the problem occurs during this automation, you will receive notification about failure, so you can request the resource again using different information provided.
Or.. You can use wodHttpDLX to manually connect to the server, send request, check received response, parse received data by yourself - almost all aspect of HTTP protocol is covered by wodHttpDLX.
You can have full control over it's behavior if needed - it's all up to you to decide which path you will go.
Includes component to parse HTML files Since version 1.1.0.2, wodHtmlParser component is included in wodHttpDLX package free of charge. You can extract almost any data using this component.
For example, you can easy get pictures from the page (using one line of code!!), find Google links, escape frames etc.. Provided samples will teach you on how to do basic stuff - and you'll see how easy it is!
Version 1.9.1: 1.9.1 January 15, 2018 Updated OpenSSL to 1.0.2n
Version 1.9.0: 1.8.0 March 19, 2013 * Body now uses UTF8 encoding when converting to BSTR in your development environment 1.7.9 February 22, 2013 * Fixed access violation in x64 version of wodHttpDLX on startup
Version 1.7.3: 1.7.3 December 15, 2010 * Removed # char from URL when sending request to the server 1.7.2 March 11, 2010 * Fix in component waiting for response even server sent 204 (No content)
Version 1.7.2: 1.7.2 March 11, 2010 * Fix in component waiting for response even server sent 204 (No content)
Version 1.7.1: 1.7.1 January 22, 2010 * Distribution now contains x86 and x64 binaries
Version 1.5.6: 1.5.6 November 6, 2007 * User-Agent header is now sent in ProxyWEBStandard proxy type request, if header is specified in Request.Headers or Request.UserAgent
Version 1.5.4.0: 1.4.7 October 23, 2006 * Fix in HTTPS protocol that always used SSL23 no matter what was Secure property value