Request Tester
Test HTTP requests
Request Tester: Test HTTP requests. A free browser-based tool from DevToolbox, with no account and no tracking. It is one of the seven that has to use the network: it sends the request you compose: URL, headers and body to whatever address you point it at.
About the Request Tester
Free online HTTP request tester. Send GET, POST, PUT, DELETE requests with custom headers, body, and parameters. View response details. It is one of the seven DevToolbox tools that has to use the network to do its job. The rest compute entirely in your browser.
Unlike most of the site, this tool cannot answer without asking something else: it sends the request you compose: URL, headers and body to whatever address you point it at. The request goes straight from your machine. DevToolbox has no server in the path and keeps no copy.
What you can do with it
- HTTP request tester
- API tester
- REST client
- Send HTTP request
- Fetch API tester
How to use it
- Paste the text or data you want to examine.
- Adjust the pattern, options or comparison to suit what you are looking for.
- Results update live as you change either side.
- Copy what you need, or share a link that carries the input with it.
Questions
- Does this one send anything over the network?
- Yes, and it has to. Request Tester cannot answer without making a request, so it sends the request you compose: URL, headers and body to whatever address you point it at. DevToolbox is not in the middle: the request goes straight from your browser. Nothing else about your session goes with it, and no copy is kept here, because DevToolbox still has no backend.
- Is it free, and do I need an account?
- It is free and there is no account, no sign-in and no usage limit. There is nothing to register because there is no server keeping track of anything.
Related tools
The Request Tester sits in Testing & Analysis, one of the 90 tools on DevToolbox.