Files
kumomta/docs/reference/http/_index.md
T
2024-08-18 22:18:59 -07:00

619 B

HTTP API

HTTP service is configured via kumo.start_http_listener.

Authentication

All HTTP endpoints require that the client satisfy one of the follow conditions:

  • Trusted IP - Connecting from a host covered by the trusted_hosts defined for the HTTP listener
  • Authenticated - Provide HTTP Basic authentication credentials that are validated successfully by the http_server_validate_auth_basic event handler

Endpoints

The following endpoints are available: