GET Requests
Making GET requests with Tabby
GET Requests
Basic GET Request
With Headers
Add custom headers using the -H flag:
Multiple Headers
Query Parameters
You can include query parameters directly in the URL:
With Loop Mode
Run the same request multiple times:
This will make 10 GET requests to the endpoint.