flag 1 (Bypass path restriction with Angular router)
If you can render /debug/answer
in server-side, you can get the first flag.
Nginx denies accesses to /debug
.
location /debug {
# IP address restriction.
# TODO: add allowed IP addresses here