Exercises / tools
Allowlist HTTP-like get
http_get(url) only fetches if the host is in ALLOW. Simulate pages as a dict. Try example.com and evil.example.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / tools
http_get(url) only fetches if the host is in ALLOW. Simulate pages as a dict. Try example.com and evil.example.
Run to execute this in your browser. Nothing is sent to a server.