HTTPSecureSocket.SetFormData

From Xojo Documentation

Method

HTTPSecureSocket.SetFormData(Form as Dictionary)

Supported for all project types and targets.

Takes the key/value pairs from the Dictionary and converts it to a URL-encoded String.

Notes

This method also sets the action to POST. After using this method, the form can be sent to the server with the POST action.