feat: allow http domain whitelisting in http_request config #2

Closed
w33ble wants to merge 0 commits from feat/http-domain-whitelist into main
w33ble commented 2026-05-09 10:03:57 -06:00 (Migrated from git.w33ble.com)

Hosts in allowed_insecure_domains can use http:// URLs (e.g. http://nulltickets:7700/). All other hosts must use https://. This is needed for container-to-container communication in Docker Compose networks where service discovery is via plain HTTP.

Config Example

{
  "http_request": {
    "enabled": true,
    "allowed_insecure_domains": ["nulltickets", "redis", "postgres"]
  }
}
Hosts in `allowed_insecure_domains` can use `http://` URLs (e.g. `http://nulltickets:7700/`). All other hosts must use `https://`. This is needed for container-to-container communication in Docker Compose networks where service discovery is via plain HTTP. ## Config Example ```json { "http_request": { "enabled": true, "allowed_insecure_domains": ["nulltickets", "redis", "postgres"] } } ```

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
w33ble/nullclaw!2
No description provided.