Fetch a favicon for a URL
GET/api/v1/getFavicon
Resolves a site origin from the provided URL, redirects to the canonical origin-based request when needed, and proxies a favicon image when available.
Request
Responses
- 200
- 204
- 308
- 400
Favicon image retrieved successfully.
No favicon could be resolved for the requested URL.
Redirect to the canonical origin-based favicon URL.
Bad request error.