New TIdHTTP functionality for protocol upgrading
A bug has been fixed where TIdHTTP would get stuck if it receives a 101 response (Switching Protocols) from an HTTP server. […]
A bug has been fixed where TIdHTTP would get stuck if it receives a 101 response (Switching Protocols) from an HTTP server. […]
After more than a year since RAD Studio 10.2 Tokyo was released, I have now finally checked in Indy package files for […]
Before: When an SSLIOHandler component is assigned to the TIdHTTPServer.IOHandler property, TIdHTTPServer would automatically activate SSL/TLS for all new client connections, unless […]
Some changes have been made to the IdSSLOpenSSLHeaders unit in how OpenSSL lib files are dynamically loaded on *Nix platforms. – Many […]
In no particular order: If a client sends an ‘Authorization’ request header that is not processed, TIdHTTPServer now sends an HTTP 401 […]
To see information about the version of Indy you have installed in your Delphi/C++Builder or Lazarus IDE, you can right-click on any […]
When TIdNotify.Notify() is invoked by code in the main UI thread, it now respects the TIdNotify.MainThreadUsesNotify property again. Many years ago (prior […]
TIdURI.PathEncode() and TIdURI.ParamsEncode() no longer encode ‘%HH’ hex sequences as ‘%25HH’. The motivation for this is if you have content that is […]
A user recently encountered a problem where requesting TXT records for ‘ups.com’ on multiple DNS servers results in DNS responses that exceed […]
The IdFIPS unit declares function pointers that allow Indy to interface with external hashing libraries, such as OpenSSL. The TIdHashSHA1 class uses […]