|
|
16761613bb
|
fix: redirect preservation, health check, Content-Length, UI simplification
- health.go: treat any HTTP response as reachable (only connection errors fail)
- main.go: CheckRedirect in handleReturn to preserve 302 + Set-Cookie
- middleware.go: Content-Length for POST/PUT/PATCH bodies, CheckRedirect
in forwardToWAF and forwardToReturn
- web/: replace stats panel with 3-state WAF indicator (DISABLED/ENABLED/FAILED)
- README: update defaults, architecture, health check docs
- .agents.md: update verified status for Wallarm integration
|
2026-08-08 14:53:12 +00:00 |
|
|
|
fd5c09f9e2
|
fix: preserve Host header in all proxy hops (Go client overrides it with URL host)
|
2026-08-08 11:30:35 +00:00 |
|
|
|
f40971b5bb
|
simplify: transparent proxy — plugin just forwards to WAF, copies response. Remove backend routing, return port listener, hosts.go
|
2026-08-08 06:37:30 +00:00 |
|
|
|
3b7af072a0
|
fix: plugin proxies to backend directly — no 284 leaking. WAF URL inspects, Backend URL receives allowed traffic
|
2026-08-07 13:10:14 +00:00 |
|
|
|
b67ea433c0
|
docs: fix terminology — WAF URL is the firewall app, Return Port is traffic return to Zoraxy
|
2026-08-02 07:21:57 +00:00 |
|
|
|
17ec29d41f
|
fix: sensible defaults — WAF http://127.0.0.1:8080, return 8080, timeout 500ms
|
2026-08-02 07:01:47 +00:00 |
|
|
|
6c8815749f
|
feat: add return port listener for WAF async callbacks/alerts
|
2026-08-02 06:57:37 +00:00 |
|
|
|
32d60a3583
|
simplify: inspection-only model — plugin inspects via WAF API, Zoraxy handles routing
|
2026-08-02 06:49:58 +00:00 |
|
|
|
6b851057b7
|
refactor: inline proxy model — WAF proxy + health checks + backend fallback + circuit breaker
|
2026-08-02 06:44:57 +00:00 |
|
|
|
efb6c813e7
|
rebrand: zoraxy-waf → Firewall (generic inspection engine, not Wallarm-specific)
|
2026-08-01 06:48:59 +00:00 |
|
|
|
7de515818e
|
feat: Phase 2 — metrics counters, mock Wallarm test server, stats UI, add runtime config to gitignore
|
2026-08-01 06:40:09 +00:00 |
|
|
|
85d90bef1e
|
feat: Phase 1 — Type 0 Router with synchronous Wallarm inspection, circuit breaker, config UI
|
2026-08-01 06:20:50 +00:00 |
|
|
|
14c41bce42
|
chore: initial scaffold — Zoraxy WAF plugin (Type 1 Utilities)
|
2026-08-01 05:54:51 +00:00 |
|