HttpRequest with the SSRF guard switched on — equivalent to passing
ValidateUrl: true, but named so a reviewer can see at a glance that the call site handles an
untrusted URL.
Use this (or set ValidateUrl explicitly) wherever the URL can be influenced by an AI agent, an
Action parameter, an API caller, or stored data those can write. Prefer SafeFetch when
you want the raw Response rather than a parsed body.
HttpRequest with the SSRF guard switched on — equivalent to passing
ValidateUrl: true, but named so a reviewer can see at a glance that the call site handles an untrusted URL.Use this (or set
ValidateUrlexplicitly) wherever the URL can be influenced by an AI agent, an Action parameter, an API caller, or stored data those can write. Prefer SafeFetch when you want the rawResponserather than a parsed body.