test_endpoint
Test and analyze Azure Function App endpoints by simulating HTTP methods (GET, POST, PUT, DELETE) and inspecting detailed responses. Prepends the base URL http://localhost:7071/api
for easy endpoint validation.
Instructions
Test a Function App endpoint and get detailed response information. The endpoint will be prepended to the base url which is: http://localhost:7071/api
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Optional request body for POST/PUT requests | |
endpoint | Yes | Endpoint path (e.g. "/users"). Will be appended to base URL. | |
headers | No | Optional request headers | |
method | Yes | HTTP method to use |