History
Flamingo automatically saves every request you send to the history log.
Accessing History
Section titled “Accessing History”- Click the clock icon in the sidebar to open the History panel
- Each entry shows the HTTP method, URL, status code, and response time
Restoring a Request
Section titled “Restoring a Request”Click any history entry to open an exact copy of that request in a new tab. The restored request includes:
- HTTP method
- URL
- Headers
- Query parameters
- Authentication config
- Body content
- Scripts
This is possible because each history entry stores a full snapshot of the request as it was sent.
Understanding Entries
Section titled “Understanding Entries”Each history entry displays:
- Method — GET, POST, etc. (color-coded)
- URL — The target URL (truncated if long)
- Status Code — The HTTP response status:
- Green for 2xx
- Amber for 3xx-4xx
- Red for 5xx
---if the request failed
- Timing — Response time in milliseconds
Capacity
Section titled “Capacity”History stores up to 200 entries. When the limit is reached, the oldest entries are automatically removed.
Clearing History
Section titled “Clearing History”- Open Settings (gear icon in the sidebar footer)
- Click Clear History at the bottom
- Confirm the dialog
Alternatively, click the trash icon next to the “Recent” label in the History panel header.
Search History
Section titled “Search History”Use the search bar at the top of the sidebar to filter history entries by URL.