/nginx-redirect-example/ ├── Dockerfile ├── default.conf └── ssl/ ├── fullchain.pem └── privkey.pem default.conf → NGINX configuration that performs the redirect ssl/ → SSL certificates included in ...
Unvalidated redirects and forwards are possible when a web application accepts untrusted input that could cause the web application to redirect the request to a URL contained within untrusted input.