Small change to Cookie parsing
When TIdCookie is parsing a server-side cookie, it no longer removes quote characters from a quoted string in the cookie value. For […]
When TIdCookie is parsing a server-side cookie, it no longer removes quote characters from a quoted string in the cookie value. For […]
All of the OpenSSL binaries that were hosted on Indy’s Fulgan mirror @ https://indy.fulgan.com/SSL/ have now been migrated to a new repository […]
Indy’s SVN repository is being retired. Indy’s GitHub repository is now the active repository moving forward. Indy’s Fulgan mirror has turned off […]
To better handle mailboxes that are larger than 2GB in size, the following changes have been made: In TIdIMAP4, UIDs and Message […]
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 […]
