How to Configure HTTP Request Headers in Locust
Configuring HTTP request headers in Locust is very simple. You can achieve this by passing the headers parameter when calling the appropriate method of the client object. Below, we will detail how to add custom request headers for different types of HTTP requests. How to Set Request Headers for HTTP Requests in Locust 1. Basic … Read more