wodHttpDLX ActiveX component

Http ActiveX (HTTPS,SSL) client, HTTP component


wodHttpDLX is a HTTP client ActiveX control that provides easy interface to the HTTP protocol. Its primary purpose is to retrieve documents and other resources from the WEB, being 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. Supports Proxies, Basic/NTLM authentications, SSL, uploads.....

HttpDLX image

Download

Try it out for 30 days

Get update

Already bought wodHttpDLX? Get latest version here

Release notes

What's new or changed, latest version is 1.9.5

Sample code

Steps to use wodHttpDLX

Discuss

View forum discussion

Online help

Browse detailed documentation


Pricing per developer

Single developer license
USD 179.00
Single developer license (includes full source code)
USD 369.00
Developer team 3+ (at least 3 licenses, 15% discount)
USD 456.45
License includes one year of free updates and unlimited lifetime technical support. Each developer must have his own design-time license.

General 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. 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.


Features include

  • Supports all known and unknown request methods: Get, Post, Put, Delete,...., and you can even use your custom ones
  • Besides HTTP requests, it can also handle secured SSL/TLS requests
  • Supports many different proxies, including Socks, MSProxy, Squid ...
  • Can authenticate both on Proxy, and on protected WEB pages
  • Includes HTML Parser standalone component for easy extracting data from retrieved pages (more information here)
  • Supports Basic, Digest and NTLM, authentications
  • In SSL mode it can also authenticate using client certificate
  • Has separate Request and Response objects
  • Creates Cookies collection for both Request and Response objects to access cookies the easy way
  • Has interface to help you post and upload data to the server - with ease!
  • Provides access to retrieved resource through string property, but also through file on the disk
  • Supports blocking and non-blocking mode
  • Allows direct interaction with headers - you can check and set Cookies with just one line
  • It is a standalone solution - no extra DLLs required!


Includes component to parse HTML files

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!


Can be used in VB, Delphi, VBS, ASP...

Due to wodHttpDLX'es support both for blocking and non-blocking (event driven) model, you can use wodHttpDLX in virtually any environment. You can decide if you will use COM object or ActiveX - interface is the same, behavior is the same.


And, of course, it's a royalty free component.