Chilkat 9.1.0 Release Notes
HTTP: Fixed problem with setting Content-Type header in HTTP POST to text/namevalue (which is required for POSTs to payflowpro.paypal.com). The POST body was URL encoded when it shouldn’t have been. When sending namevalue POSTs to payflowpro, be sure to specify the content-type in the HTTP request object: requestObject.AddHeader(“content-type”,”text/namevalue”) SSH / SFTP: For AuthenticatePw, if the server’s authentication is keyboard-interactive and […]