auth_test
Test authentication methods by sending a GET request to a URL with bearer, basic, digest, OAuth2, or API key credentials to verify access.
Instructions
Test different authentication methods with a simple GET request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to test authentication against | |
| auth | Yes | Authentication configuration | |
| timeout | No | Request timeout in seconds (default: 30) | |
| insecure | No | Allow insecure SSL connections (default: false) |