http or https only. javascript:, data:, and file: are rejected.
The request stops after 15 seconds.
Response
Send a request to see the response.
How to send a request
- 1
Set method and URL
Choose a method. Enter a public http or https URL. - 2
Add headers and body
Optional. Set Content-Type yourself if the server needs it. - 3
Send
Send the request. After 15 seconds it stops. - 4
Read the result
The panel shows status, headers, and body.
Why use this builder
Send an HTTP request and read status, headers, and body. Only public http and https hosts are allowed. Private and local addresses are rejected. The abort timeout is 15 seconds.
Frequently Asked Questions
1
Which URLs are allowed?
Public http and https hosts. Localhost, private ranges, and metadata addresses are rejected.
2
Why did google.com fail before?
The first version used the browser fetch API. Sites such as google.com block that with CORS.
3
Can I hit localhost?
No. Localhost, private ranges, and metadata addresses are rejected.
4
Is there a timeout?
Yes. 15 seconds.
5
Are findutils.com cookies sent?
No. The browser call to FindUtils uses credentials omit. Only headers you type are sent to the destination.