How to use
Choose a method, enter an HTTPS endpoint, optionally add query parameters, headers, or a body, then select Send. Results stay in your browser unless the target API receives them.
Enter an endpoint and press Send to inspect status, timing, headers, and response data.
Choose a method, enter an HTTPS endpoint, optionally add query parameters, headers, or a body, then select Send. Results stay in your browser unless the target API receives them.
This tool uses the browser's native fetch(). Some APIs restrict browser-origin requests with CORS. If that happens, use a dedicated API client, command-line HTTP client, or another server-side testing environment that supports the API.
No account or application backend is required. Request history is stored locally in your browser and can be cleared at any time.
Yes. Select the method, choose a body type, enter the payload, and send. JSON requests automatically use Content-Type: application/json unless you provide a different content type.
This is a browser-based tool, so the target server must explicitly allow cross-origin browser requests. If it does not, use a dedicated API client, command-line HTTP client, or another server-side testing environment instead.
The app has no StackToZ request proxy or server-side request handler. Headers and bodies are passed by your browser to the endpoint you specify. Avoid testing credentials against endpoints you do not trust.