Skip to content
GitHubLinkedIn

CORS proxy

proxy.coragem.app is a CORS proxy used by browser-based clients where direct cross-origin calls are not possible.

  • Published via the reverse proxy on web.core.lef (np-web) (vhost: proxy.coragem.app.conf).
  • Backend runs on: tools.core.lef (np-tools)
  • NGINX upstream: proxy_coragem_apptools.core.lef:3005

A proxy service is high-risk by default. Keep it controlled:

  • Restrict allowed target hosts/paths (avoid “open proxy” behavior).
  • Restrict allowed origins and methods.
  • Add rate limiting if exposed to the internet.
  • Misconfiguration turns it into an open proxy.
  • Incorrect allowlist blocks legitimate traffic.