Chilkat v11.6.0 / v11.6.1 Release Notes
See Release Notes for Versions 11.6.0 and 11.6.1
See Release Notes for Versions 11.6.0 and 11.6.1
✨ 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 […]
✨ 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 — […]
The PercentDone callback always began at 0 when resuming a download. If a partial file exists locally, and the download is resumed, the percent done now begins at the place based on the size of the partial file. (If 50% of the file already exists, then the percent done begins at 50%) Also, the Socket.BuildHttpGetRequest […]
The internal Chilkat SSL/TLS implementation now supports the TLS_DHE_RSA_WITH_AES_256_CBC_SHA and TLS_DHE_RSA_WITH_AES_128_CBC_SHA cipher suites. These allow for perfect forward secrecy. Note: This is implemented on the client-side for all protocols using SSL/TLS. The SSL/TLS client provides the server with a list of algorithms it supports, and it is the server that decides which is to be […]
For HTTP requests that have KeepAlive indicated in the response header, the internal connection is not closed so that a subsequent request may continue using the existing connection. However, when the client application aborts in the middle of receiving the response, the connection must be closed to avoid being left in an invalid state (where […]
The AwsEndpoint property is the regional endpoint (domain) to be used for Amazon S3 method calls. The default value is “s3.amazonaws.com”. This can be set to any valid Amazon S3 endpoint, such as “s3-eu-west-1.amazonaws.com”, or the endpoints for S3-API compatible services from other different providers. This is a pre-release feature. Pre-release builds are made available […]
Fixed HTTP multipart/form-data problem when the HttpRequest charset is utf-8 and the request params include non-English chars.
ASP: WebDAV PROPFIND SQL Server: WebDAV PROPFIND C#: WebDAV PROPFIND C++: WebDAV PROPFIND Objective-C: WebDAV PROPFIND IOS: WebDAV PROPFIND PowerShell: WebDAV PROPFIND MFC: WebDAV PROPFIND C: WebDAV PROPFIND Delphi: WebDAV PROPFIND Visual FoxPro: WebDAV PROPFIND Java: WebDAV PROPFIND Android™: WebDAV PROPFIND Perl: WebDAV PROPFIND PHP: WebDAV PROPFIND PHP: WebDAV PROPFIND Python: WebDAV PROPFIND Ruby: WebDAV […]
URL’s have this general format: <scheme>://<domain>:<port>/<path>?<query_string>#<fragment_id> The URL parts are summarized below. Comments about how each part relates to the SynchronousRequest method are included. The SynchronousRequest method has the following signature (C# syntax) HttpResponse SynchronousRequest(string domain, int port, bool ssl, HttpRequest req); The URL parts: scheme: This can be “http” or “https”. If “https”, then […]
Question: I am trying to write a program that will sign on to a web page. It is a sign on page where I have to enter the user ID and then the password. If is it valid then it goes to the web page. Do you have any examples like that where I can […]
ASP: HTTP POST Twitter Status Update SQL Server: HTTP POST Twitter Status Update C#: HTTP POST Twitter Status Update C++: HTTP POST Twitter Status Update MFC: HTTP POST Twitter Status Update C: HTTP POST Twitter Status Update Delphi: HTTP POST Twitter Status Update Visual FoxPro: HTTP POST Twitter Status Update Java: HTTP POST Twitter Status […]
Notice: The functionality described here is deprecated and replaced by a newer model for asynchronous method calls. The newer model was introduced in Chilkat v9.5.0.52, and is identified by methods having names ending in “Async” which return a task object. The Chilkat HTTP component has a set of methods and properties that allow already-existing methods […]