Secure Fetch
JSON →Secure fetch to prevent access to local resources
Install
pip install uv Tools · 1
- fetch_url Securely fetches a URL, returning status code, response body, and content length. Supports custom HTTP methods and headers, resolves domains to IPs, checks for private/internal IPs, handles redirects (up to 3), and uses an allowlist for trusted domains/IPs.
★ 3 GitHub stars