wodHttpDLX Changelog

What's new in wodHttpDLX 1.9.5

May 6, 2021
  • Fix when Done event was not fired on subsequent requests, if initial request failed with connection failure

New in wodHttpDLX 1.9.4 (Aug 31, 2020)

  • Binaries now compiled in VS2019
  • OpenSSL updated to 1.0.2u
  • New properties in Response object: BodyLength, BytesReceivedHeaders, BytesReceivedBody

New in wodHttpDLX 1.9.3 (Jun 24, 2020)

  • Fix in importing Windows certificates which caused expired certificates to be imported and used, causing 'certificate expire' errors

New in wodHttpDLX 1.9.2 (Jun 26, 2018)

  • New property SSLCipherList to allow override of encryption algorithms

New in wodHttpDLX 1.9.1 (Feb 23, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodHttpDLX 1.9.0 (Apr 28, 2015)

  • Support for TLS1.1 and TLS1.2
  • Switched to OpenSSL 1.0.2 version

New in wodHttpDLX 1.8.7 (Feb 26, 2015)

  • Temporary memory certificate store is created with all intermediate certs filled in. Requires wodCertificate.dll 1.7.5.9

New in wodHttpDLX 1.8.6 (Feb 18, 2015)

  • Fix in sending cookies where quotes were lost when request was sent

New in wodHttpDLX 1.8.5 (Dec 9, 2014)

  • Support for SSL SNI when connecting to SNI enabled servers

New in wodHttpDLX 1.8.4 (Jun 2, 2014)

  • zlib decompression support (together with existing deflate and gzip)

New in wodHttpDLX 1.8.3 (Feb 1, 2014)

  • Fix in AuthAutomatic where basic authentication was not sent when requested by the server

New in wodHttpDLX 1.8.2 (May 15, 2013)

  • Too many redirections error (30048) added when there are too many Redirect responses

New in wodHttpDLX 1.8.1 (Apr 10, 2013)

  • Request and Response objects now contain Charset property, so you can define your own charset for accessing the Body

New in wodHttpDLX 1.8.0 (Mar 20, 2013)

  • Body now uses UTF8 encoding when converting to BSTR in your development environment

New in wodHttpDLX 1.7.9 (Feb 23, 2013)

  • Fixed access violation in x64 version of wodHttpDLX on startup

New in wodHttpDLX 1.7.8 (Apr 25, 2012)

  • Fix in Digest Authentication that sent too large requests after several hundred requests

New in wodHttpDLX 1.7.7 (Jan 27, 2012)

  • Fix in FormUpload that overwritten previous Add/AddFile entries

New in wodHttpDLX 1.7.6 (Dec 15, 2011)

  • Support for unicode names in files to be uploaded

New in wodHttpDLX 1.7.5 (Sep 15, 2011)

  • Fix in AuthAutomatic when PUT was made and basic authentication sent only partial data

New in wodHttpDLX 1.7.4 (Jun 23, 2011)

  • Support for NTLM Windows Integrated authentication (login as current user without providing username/password)

New in wodHttpDLX 1.7.3 (Dec 21, 2010)

  • Removed # char from URL when sending request to the server

New in wodHttpDLX 1.7.2 (Mar 15, 2010)

  • Fix in component waiting for response even server sent 204 (No content)

New in wodHttpDLX 1.7.1 (Jan 27, 2010)

  • Distribution now contains x86 and x64 binaries

New in wodHttpDLX 1.7.0 (Nov 27, 2009)

  • Binaries are now compiled in VS 2008

New in wodHttpDLX 1.6.4 (Jul 19, 2009)

  • Fix in 'deflate' compression

New in wodHttpDLX 1.6.3 (Jun 18, 2009)

  • Fix in invalid detection of compressed response. Component tried to ecompress even it didn't recognize (valid) compressor

New in wodHttpDLX 1.6.2 (Jun 18, 2009)

  • Adding new header with empty value ("") will force wodHttpDLX not to send that header, and not to auto-add it (such as Host header)

New in wodHttpDLX 1.6.1 (Feb 13, 2009)

  • Fix in SSL proxy when connection is established manually

New in wodHttpDLX 1.5.6 (Jan 4, 2008)

  • User-Agent header is now sent in ProxyWEBStandard proxy type request, if header is specified in Request. Headers or Request. UserAgent