Practical Exercise: Creating an Agent via API Using the POST Method of the HTTP Request Node & JSON Serialization Node

Practical Exercise: Creating an Agent via API Using the POST Method of the HTTP Request Node & JSON Serialization Node

Basic Knowledge Operational Steps Step 1: Open the Kouzi Development Platform Step 2: Workspace – Resource Library – +Resource Step 3: Create Workflow Step 4: View the “Create Agent” documentation, open in a new tab Step 5: Documentation – Authorization – Personal Access Token, modify the token’s permissions Step 6: Add the “HTTP Request” node … Read more

The Ultimate Guide to n8n: Mastering HTTP Requests in Three Steps!

The Ultimate Guide to n8n: Mastering HTTP Requests in Three Steps!

I know this sounds crazy. Instead of using the hundreds of well-crafted community nodes, I stubbornly focus on the most primitive and seemingly “difficult to use” HTTP Request node. My friends say I’m self-torturing, and my colleagues think I’m just showing off. But when I accomplished a task with one node that others needed ten … Read more

HTTP Request Sampler in JMeter

HTTP Request Sampler in JMeter

Function Description In JMeter, a sampler is used to simulate user requests and collect corresponding request and response data. Samplers can send various types of requests, such as HTTP requests, FTP requests, database requests, etc. They simulate user behavior by sending requests to the system under test and collecting the returned response data into the … Read more

How to Configure HTTP Request Headers in Locust

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