Adding HTTP requests
After you created the test plan and a thread group, you can
determine which type of requests to make (such as Web
(HTTP/HTTPS), FTP, JDBC, Java etc.)
In this test, you need to make the HTTP request to the
PowerServer Web APIs.
To add an HTTP request, right click on the thread group that
you added just now, and then select Add > Sampler > HTTP
Request.

When you specify an HTTP Request, you can make use of the
information obtained by Fiddler, such as the protocol, server IP,
port, HTTP method, path, body data etc.
For example, you can add an HTTP POST request that accesses
the RetrieveWithParm Web API, and
input the JSON request body to the Body
Data tab.
In the same way, you can add requests like GET, POST, PUT,
and DELETE.
