Solicitation icon (favicon)

Table of Contents

Requests

HTTP verb Endpoint Description

GET

/rest/v1/public/domain_resources/<domain>/favicon

Getting an icon

Getting an icon

The domain is used to determine the solution and the location of the resource file

Request

Request example
GET /rest/v1/public/domain_resources/docs.rootdomain.ru/favicon HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: image/x-icon

BINARY BODY OF 'favicon.ico'

See also