Skip to content

RequestSender

Tore Nestenius edited this page Dec 15, 2024 · 1 revision

HTTP Request Sender

Overview

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.

Features

  • Supports common HTTP methods: GET, POST, PUT, DELETE, OPTIONS, and HEAD.
  • 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.

Notes

  • The tool is initialized with a test URL (https://httpbin.org/anything) that mirrors the request for demonstration purposes.

Resources

Clone this wiki locally