wodHttpDLX by WeOnlyDo Software is an HTTP client ActiveX control that offers simple access to the entire HTTP protocol, serving to obtain documents and resources from the web using both high and low-level.
The default behavior of wodHttpDLX is to do everything possible to get the resource requested. It will attempt to connect automatically, navigate through the proxy server (if set), authenticate with the server and proxy, follow redirects, and so forth until it gets the requested resource. After obtaining the resource, it automatically disconnects. Should any problems occur during the automation, you will receive notifications about the failure and can make requests again with different information provided.
Alternatively, wodHttpDLX can connect to the server manually, send requests, and check received responses. It encompasses almost all aspects of the HTTP protocol, and you can have full control over the software's behavior if needed. Therefore, you can decide which path to take.
The wodHtmlParser component is included in wodHttpDLX package free of charge since version 1.1.0.2. You can easily extract almost any data using this component, including getting pictures from the page, finding Google links, escaping frames, and so forth, using only one line of code. The provided samples offer insights on how to perform basic tasks, and it demonstrates how effortless it is to use.
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.8.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
Version 1.4.7.0:
1.4.7 October 23, 2006
* Fix in HTTPS protocol that always used SSL23 no matter what was
Secure property value
Version 1.4.6.0: N/A