Webfleet.connect accepts POST requests with Content-Type "application/x-www-form-urlencoded".
The parameters and values are transferred in the body of the request. The parameter name is separated from the value by "=" and name/value pairs are separated from each other by "&". Special characters have to be encoded like query strings in URLs, see RFC 1738 - Uniform Resource Locators (URL).
The default character set is ISO-8859-1. To use UFT-8 you have to specify the character set in the HTTP header "Content-Type".
Example:
Content-Type: application/x-www-form-urlencoded;charset=utf-8
Currently supported actions for HTTP POST are: