Index
|
Prev
|
Next
Requests and responses
The HTTP Client Driver supports three types of requests: GET, POST and PUT. Responses return information to the source of the request.
The GET, POST and PUT commands retrieve and update data.
Related Links
Setting up a GET request
Adding parameters
Adding headers
Setting up a POST request
Setting up an AutoHeader
Posting file content
Posting reports
Posting from data
Setting up a PUT request
Chaining client requests
Configuring to fire secondary components
Sending and receiving messages with the WebSocketClient
Capturing incoming request messages
Defining the StringServlet response
Monitoring request and response metrics
Capturing Response Headers
Capturing cookies
Troubleshooting
Index
|
Prev
|
Next