Class for sending json HTTP requests and receiving josn server responses.
This activity returns the result of the request as a string which represents the body of the response. There are also out arguments to check the result code or possible errors texts.
This parameter allows you to choose the type of authentication you want to use. Choose the one required by the service you want to call. Possible values are Base Auth, Ntlm Auth, Digest Auth or NULL.
The HTTP login for pages requiring a login/password authentication.
The HTTP password for pages requiring a login/password authentication.
The reason for a possible failure of the activity. If it is null, it means that the actiivty was successful.
The result status code of the request.
The request headers to the HTTP request. If a header having the same field name is already present, this method replaces it.
The json content of the request.
The http method of the request.
Default is false. Set to True to enable SSL security protocol.
The port of the resource for the request.
The address where to execute the request.