Blog

Pound reverse proxy: SSL termination, CORS header forwarding, and backend pool selection for APIs

Pound is lightweight—configure `HeadRemove` and `AddHeader` carefully so CORS headers are not duplicated or stripped.

1 min read
poundreverse-proxycors

Session persistence

Cookie-based persistence may conflict with CORS credentialed requests if domains differ.

Timeouts should exceed longest preflight chain in your stack.

IPv6

Dual-stack listeners can split traffic—ensure CORS policies match both A and AAAA frontends.

Back to blog