Skip to content

Service: Http Request

objectivehtml edited this page Dec 11, 2014 · 2 revisions

Overview

The Http Reqest service will send HTTP requests to a specified url. You can choose from the following methods to send requests: GET, POST, PUT, DELETE. You can also attach headers and as many variables as you need with each request.

Request URL

The url to send each request.

Action

This is the method used to send the request.

HTTP Headers

Enter the names and values of the headers to be sent with the request.

Request Variables

Enter the names and values of variables to be sent with the request.