Formattatori e Codice
Costruttore Richieste API
Build, send and inspect HTTP requests — like Postman, but free.
Nota dell'editore
Understanding · A request, a response, and what to look at.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
Quick answers.
›Why did my request fail with a CORS error?
Web browsers prevent scripts from making requests to a different domain unless the server sends specific permissive headers. You may need to enable CORS on your server or use a browser extension to bypass this security feature during testing.
›Are my API keys or secrets stored?
No. All request details stay within your browser's local state. We do not log, persist, or transmit your headers or authentication tokens to our own servers.
›Which HTTP methods are supported?
The tool supports all standard methods including `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and `OPTIONS`. You can manually toggle these in the method dropdown.
›Can I send JSON payloads?
Yes. Select the `POST` or `PUT` method, set the `Content-Type` header to `application/json`, and enter your raw data into the body field.
Le persone cercano anche
Strumenti correlati
More in this room.
- Visualizzatore Git DiffVisualizza diff unificati con vista affiancata o in linea.
- Controllo PrestazioniVerifica rapida del tempo di caricamento e del peso per qualsiasi URL pubblico.
- Verificatore AccessibilitàEsegui una serie mirata di controlli WCAG su HTML incollato.
- Parser User AgentBrowser, SO, dispositivo e motore da qualsiasi stringa UA.
- Visualizzatore di AlgoritmiVisualizza ordinamenti e ricerca di percorsi passo dopo passo.
- Generatore di Messaggi di CommitCommit convenzionali, con scope e attenti al footer.