This page demonstrates an open redirect vulnerability. The form lets users enter any URL and redirects them without validation.
Try entering URLs like:
https://evil.com
– You’ll be redirected with no questions asked.javascript:alert('Redirected')
– Try it to test browser behavior.Attackers can exploit this by tricking users into clicking legitimate-looking links that actually send them to a malicious site.