Discuss this help topic in SecureBlackbox Forum

HTTPS: Send a simple request

To send a simple HTTP or HTTPS request you need to create an instance of TElHTTPSClient component and setup its parameters.

HTTP requests are sent using one of Head(), Get(), Options(), Put(), Post(), PostWebForm(), CustomRequest() methods.

The simplest form of an HTTP/HTTPS request is a simple Get() call, where you pass the URL to get in the parameter.

All of the above methods encapsulate connection phase, request sending and request receiving steps.

The methods return the standard HTTP response code. The response data can be collected using an event or a stream.

To track progress of the operation use OnProgress event.

How To articles about client-side HTTPS questions

Discuss this help topic in SecureBlackbox Forum