wodWebServer ActiveX component
WEB server ActiveX (HTTP, HTTPS, SSL), WEB server component
Already bought wodWebServer? Get latest update here.
Go back to product description.
wodWebServer ActiveX Component and COM object
---------------------------------------------
1.7.2 December 15, 2023
* New event ResponseHeaders
1.7.1 January 21, 2022
* Fix in SessionTimeout event not firing
1.7.0 October 6, 2020
* Binaries now compiled in VS2019
* OpenSSL updated to 1.0.2u
1.6.8 November 8, 2018
* Chunked encoding posts fixed
1.6.7 July 14, 2018
* Improved saving of uploaded files
1.6.6 January 26, 2018
* WebSockets support
1.6.5 January 15, 2018
* Updated OpenSSL to 1.0.2n
1.6.4 April 4, 2016
* Fix in SSL protocol when chunked file transfer was used,
and component never sent last chunk terminator
1.6.3 April 28, 2015
* Fix in accept-ranges headers that failed to make proper
response for iOS devices
1.6.2 June 6, 2014
* SessionVars.ID is now public, you can access session ID
1.6.1 November 11, 2013
* Fix in SSL that caused large downloads to stop
* Encryption property added
1.6.0 June 16, 2012
* Add LocalCertBag property to specify server's chain certificates
1.5.9 September 25, 2011
* Fix in downloads of file range
* Speed increase of downloads
1.5.8 February 13, 2011
* Fixed UTF8 URL handling
1.5.7 September 21, 2010
* Fix when SessionTimeout was set to 0, sessions expired immediately, instead of
being valid forever
1.5.6 August 19, 2010
* Automatic response failed to add "OK" after "HTTP/1.1 200" in initial response
1.5.5 June 2, 2010
* Part.Filename property now defaults to filename specified in the request
1.5.4 May 16, 2010
* Session details were lost if entered too soon (such as in UserAuthenticate),
and were overwritten by (empty?) session when headers were parsed
1.5.3 March 20, 2010
* Support for direct streaming of uploaded files to real destinations
using AutoParse property and UploadFilename event
1.5.2 February 18, 2010
* Fix in CGI support when environment variables were not correctly
sent to your CGI script
1.5.1 January 23, 2010
* Distribution now contains x86 and x64 binaries
* Compression support added (through Compression property)
* IPv6 protocol support (through UseIPv6 property)
1.4.1 December 4, 2009
* HTTP/1.1 default behavior now is to keep connection open after each
request/response, unless specified differently by the client
1.4.0 November 22, 2009
* Binaries are from now on recompiled in VS 2008
1.3.9 September 21, 2009
* ISAPI fix, StatusCode was not correctly received from ISAPI extension
1.3.8 April 23, 2009
* AllowBrowsing property added. When set, wodWebServer will generate browsable
directory listings users can navigate to
1.3.7 April 6, 2009
* Fix in format of date returned in responses, it was missing leading zeros
1.3.6 March 17, 2009
* Licensing fix. ActiveX now works correctly with Vista when UAC is active
1.3.5 Februrary 10, 2009
* Built with latest OpenSSL version 0.9.8j
1.3.4 October 20, 2007
* Fix in script processing - if ScriptBegin and ScriptEnd have different length,
tags are not recognized correctly and RunScript is never fired
1.3.3 October 4, 2007
* Fix when SSL-enabled web server was used with private key stored in windows
certificate store instead of file
1.3.2 July 9, 2007
* Fixes error that was reported in Automatic response mode. If filename contained
spaces, component reported 'file not found' for such files
1.3.1 March 5, 2007
* Fix when response was sent as chunked data, but wodWebServer still sent
Content-Length header, causing clients to close the connection too soon
1.3.0 February 10, 2007
* Switched to OpenSSL 0.9.7 which is FIPS140-2 certificated. See certificate #733 at
http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/1401val2007.htm
1.2.4 September 24, 2006
* Add UseNTAuthentication property, now you can authenticate Basic/NTLM using
NT integrated authentication (workgroup, domain, active directory...)
1.2.3 September 13, 2006
* Fix in PHP (or any other ISAPI) extension that could overwrite PHP file
during execution
* Fix in possible access violation when ISAPI extension was used and
client requested pages at large speed
1.2.2 May 3, 2006
* Fix in sessions that were recreated too soon, so old users were
not recognized
1.2.1 March 9, 2006
* Fix in broken downloads. Timer expired after specified amount of seconds,
even there was activity between the client and the server
1.2.0 February 6, 2006
* Partial content in response now supported
1.1.9 January 22, 2006
* Fix in calling CGI apps when standard input was not correctly redirected, so
CGI apps did not receive posted data
1.1.8 September 20, 2005
* Fix in User.Request.Uploads collection that could crash with some uploads,
such as produced by Macromedia Flash 8
1.1.7 August 21, 2005
* Fix in calling ISAPI, URL variables were not passed properly
1.1.6 June 18, 2005
* Fix in calling CGI application, now all environment variables of WebServer
are duplicated to environment space of CGI app
1.1.5 March 16, 2005
* Add CONTENT_LENGTH and CONTENT_TYPE environment variables for
your CGI scripts
1.1.4 February 17, 2005
* Fix in Session variables that released variable first time it
was accessed by your code
1.1.3 February 6, 2005
* Fix in chunked response that send last chunk marker too soon
1.1.2 November 19, 2004
* Add authentication support through Basic, NTLM and client certificates
* Add new state - ReceiveWait that should be used with SendChunk as
'ready to send more data' marker
1.1.0 October 28, 2004
* Added Multithreading support, Threads property
1.0.9 October 26, 2004
* Fixed UserConnected event that did not fire when fast notification interface
was used instead of events
* Changed version numbering. Last part of version now removed as build number
---- old version numbering
1.0.0.8 September 13, 2004
* Add Response.TransferEncoding, SendHeaders and SendChunk methods
* Fix in Request/Response creation, so new requests don't overwrite
previous responses (thus overwriting your files)
1.0.0.7 August 14, 2004
* Fix in manual response that wasn't sent on some occasions even if user
called Response.Send method
* Request.Body and Response.Body properties now accept string variables
with binary data (such as images)
1.0.0.6 August 1, 2004
* Fix when body was cut off by the client due to invalid size specified
in "Content-Length" header when templates were used
1.0.0.5 July 21, 2004
* Fix in SSL mode when pages were not fully sent to the client
1.0.0.4 June 19, 2004
* ISAPI extension support
1.0.0.3 May 28, 2004
* Improved CGI/FastCGI support
* Add tutorial for running PHP with wodWebServer (as CGI)
1.0.0.2 May 5, 2004
* Fix when content was posted to the server, and RequestDone event
was not fired
* Fix in calling Headers.ToString method that returned invalid data
1.0.0.1 April 25, 2004
* Initial release