Overview - HTTP Request
HTTP Request Steps are standalone HTTP requests that can be used to call any HTTP service. This means you can use it to send an HTTP request through HTTP, HTTPS or JMS.
Creating HTTP Request
Properties in the TestStep Editor
-
Name - Name of the teststep. Must be unique.
-
Endpoint - Specifies the URL, to which the TestStep will send the request. You can enter the URL with parameters here. If needed, specify the port number.
-
Method - Specifies the request type. ReadyAPI supports all the standard HTTP request types: GET (default), POST, PUT, DELETE and others. For more information on available types, see Method Definitions in the HTTP specification.