AI agent instructions
AI agent instructions
fetch(), so it carries the
page’s cookies, the session’s proxy and the browser’s own network
fingerprint. A relative url resolves against the current page, which
also makes it same-origin; a cross-origin URL is subject to CORS exactly
as in a browser tab, so goto the target origin first. Redirects are
followed and the final URL is on response.url. The result is a standard
requests.Response: a non-2xx status is returned, not raised, and
response.raise_for_status() raises requests.HTTPError. A network
failure surfaces as the JavaScript error.
json is serialised as the body with an application/json content type,
data as a form body when it is a mapping or verbatim when it is a string.
Parameters
str
required
str
default:"GET"
UnionType[Mapping[str, str], None]
default:"None"
UnionType[Mapping[str, Any], None]
default:"None"
Any
default:"None"
UnionType[str, Mapping[str, Any], None]
default:"None"
UnionType[float, None]
default:"None"
Returns
Response