replace-response
replace-response copied to clipboard
Fails to install
Hello,
I'm trying to install this plugin, and it fails.
- Fails to download with added plugin:
- Fails with
caddy add-packagecommand:
# caddy add-package github.com/caddyserver/replace-response
2025/03/23 00:15:00.742 INFO this executable will be replaced {"path": "/usr/bin/caddy"}
2025/03/23 00:15:00.742 INFO requesting build {"os": "linux", "arch": "amd64", "packages": ["github.com/caddyserver/replace-response"]}
Error: download failed: download failed: HTTP 400: unable to fulfill download request (id=c3770838-09f8-4695-b2bc-7c5be563b9f5)
I'm having the same issue as you. Have you resolved it yet?
I managed to work around this by using xcaddy. For example:
wget https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_linux_amd64.tar.gz
tar xf xcaddy_0.4.4_linux_amd64.tar.gz
./xcaddy build --with=github.com/caddyserver/replace-response