-
Notifications
You must be signed in to change notification settings - Fork 1
RequestSender
Tore Nestenius edited this page Dec 15, 2024
·
1 revision
The HTTP Request Sender tool allows users to send arbitrary HTTP/HTTPS requests directly from the Cloud Debugger interface. This tool is especially useful for testing APIs and troubleshooting network interactions. Users can configure the HTTP method, URL, headers, authentication, and request body. The tool displays the response, including status codes, headers, and body content.
- Supports common HTTP methods:
GET
,POST
,PUT
,DELETE
,OPTIONS
, andHEAD
. - Customizable request headers and optional authentication via the authorization header.
- Displays response details, including headers and body.
- Provides error messages for failed requests.
- Defaults to a test URL (
https://httpbin.org/anything
) for demonstration purposes.
- The tool is initialized with a test URL (
https://httpbin.org/anything
) that mirrors the request for demonstration purposes.