Chilkat v11.5.0 Release Notes

Pinned June 2, 2026

  ✨ New Features HttpCurl A new Chilkat class has been added: HttpCurl The Chilkat.HttpCurl class executes curl commands and can automatically resolve dependent values needed by a request. Variables such as {{access_token}}, {{site_id}}, or {{drive_id}} may appear in URLs, headers, query parameters, or request bodies. If a variable is not yet known, HttpCurl builds […]

Chilkat v11.4.0 Release Notes

Pinned April 1, 2026

  ✨ New Features Js A new Chilkat class has been added: Js is a minimal, standards-compliant JavaScript engine designed to embed JavaScript inside applications with very small footprint and fast startup. It executes JavaScript code inside an application without requiring a browser or large runtime. See About the Chilkat.Js JavaScript Engine Ai Provider — […]

v9.5.0.22 Micro Update: HTTP User-Agent, Accept-Charset, and Accept Headers

April 16, 2014 in Uncategorized

Changes in HTTP: Updated the User-Agent default to that of latest Firefox (ChilkatHttpUA no longer used because browsers may respond in unexpected ways.) The Accept-Charset header is no longer added by default. (The Http.AcceptCharset property is empty by default.) The http.Accept property default is now “text/html,application/xhtml+xml,application/xml;q=0.9,* / *;q=0.8”

Chilkat v9.5.0 Release Notes

April 14, 2014 in Uncategorized

* As with any new release, some fixes occur deep within the internal Chilkat code base and are applicable to many classes/objects.  These are labeled as “Internal” fixes. FTP2: Fixed XCRC problem. HTTP: Added  the AwsEndpoint property.  This is the regional endpoint (domain) to be used for Amazon S3 method calls.  The default value is […]

Chilkat MHT: GetEmail, GetMime, HtmlToEmail Methods Removed

March 24, 2014 in Uncategorized

Chilkat MHT methods that returned either an email object or a MIME object were removed in the v9.5.0 release. The reason for this was to decouple the internal dependencies between these objects. In some environments, such as for iOS, the size of the resultant executable can be important, and the internal linking between these objects […]

Chilkat C/C++ libs for Visual Studio 2013 (VC12)

November 18, 2013 in Uncategorized

The Chilkat C/C++ libs for Visual Studio 2013 (VC12) downloads are ready: 32-bit: http://www.chilkatsoft.com/preRelease/chilkat-9.5.0-x86-vc12.zip 64-bit: http://www.chilkatsoft.com/preRelease/chilkat-9.5.0-x86_64-vc12.zip