HTTP components
tHTTPClient | Accesses a web service provided by an HTTP server. This component allows you to interact with any web services (such as REST, SOAP, and so on) and authenticate to the web services. With this component, you can send parameters in URLs, headers, and bodies; you can also parse the responses to retrieve the information you need from the web services. |
tHttpRequest | Sends an HTTP request to the server and outputs the response information locally. |