Module «HTTP_POST»

The «HTTP_POST» module is designed to send Post-requests using the http protocol.

Module interface

The form for sending a Post-request is similar to the form for sending a Get-request, with only one difference - there is a field for entering the request itself.

![Screenshot](img/hp_1.png)

The «Link» field. The desired URL address is entered into the field.

The «Variable» field. The name of the variable in which the response will be placed is entered in the field.

The «Login» and «Password» fields. Are intended for entering the login and password, because some sites use the protection of their information and request authorization.

The «Request» field. An HTTP message is entered in the field, according to the general rules of its structure.