Address (httpClient-HttpAddress)

this component can configure each request to have a different HTTP address.
Figure 4.   Address properties
Image

To access these properties, double-click HttpClient and click Address.

Property Value Description
Mode drop-down list
Selects the security mode.

Secure: Secure mode refers to https on port 443 by default.

Insecure: Insecure mode means http without SSL and assumes port 80 by default.

 NOTE:  
It is important to use the Secure mode for sensitive information as you cannot trust data retrieved over the Insecure mode.

Host Address url Defines the client’s url address and parameters.
Port number (defaults to 443) Defines the communication port.
Path text Defines the path to the resource in the web service (that is, the path after the host address).

Action

Populate From Url automatically populates the host address.