HTTP client
Test any API — methods, headers, auth, body, all in one tab.
HTTP tab · 7-day free trial · Premium $9.99 / yr
What it does
A graphical HTTP client lets you compose requests (method, URL, headers, body, auth) and inspect the responses without writing any code. Postman is the canonical example; VibeGear ships a similar client built into the extension.
Collections group related requests. Variables ({{baseUrl}}, {{token}}) work in every field. Auth (Bearer, Basic, API key) can be set on the collection and inherited or overridden per request.
Why use VibeGear's http client
- ✓Save collections + variables locally — no cloud account
- ✓Bearer / Basic / API key auth, with per-request override
- ✓GraphQL body type with introspection
- ✓Import from cURL or OpenAPI 3.x in one paste
- ✓Copy any request as cURL / fetch / axios / Python
How to use it
- 1Open the HTTP tab (Alt+3).
- 2Pick a method, type a URL.
- 3Optionally fill in params, headers, body, or auth.
- 4Hit Send. The response appears below — text-y bodies in Monaco, images / video / PDF inline.
Frequently asked
Do I need a Postman account?
No — and we don’t have one. Collections live in your browser’s local storage. Export / share is on the roadmap.
CORS?
When installed as a Chrome extension, the HTTP tab uses the extension’s host permissions to bypass CORS for any URL. In dev mode (npm run dev), normal browser CORS rules apply.
Related tools
GraphQL client
PremiumRun GraphQL queries with variables and one-click schema introspection.
cURL ↔ fetch / axios / Python
Paste any curl command, get runnable code in your language.
WebSocket tester
PremiumConnect to any wss:// — send messages, watch traffic live.
SSE tester
PremiumTest SSE endpoints — with custom headers, where EventSource can’t.
OpenAPI importer
PremiumDrop a swagger.json / openapi.yaml and get a runnable collection.
One install. Every tool above.
7 days free, then VibeGear Premium is $9.99 / €9.99 per year. Everything runs locally.
Install & start trial →→