A URI identifies a resource on the internet. Example:
scheme://user:pass@host:port/path?query#fragment
Scrapers often manipulate the query (?page=2) to paginate. When routed through Proxied, the URI stays intact; only the outbound IP changes—preserving request semantics while cloaking origin.