com.HTTPRequest.doTextRequest

Performs the request by sending an entire string at once.

Syntax

doTextRequest(
   data STRING )
  1. data is a string containing the request.

Usage

Performs the request by sending an entire string at once.

Supported methods are PUT and POST.

The default Content-Type header is text/plain, but it can be changed if of the form */*. For example: application/json.

Automatic conversion from locale to user-defined charset is performed when possible, otherwise throws an exception.

In HTTP 1.1, if the body size is greater than 32 KB, the request will be sent in several chunks of the same size.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.