You need to be added to the ContributorsGroup to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.

HTTP GET favicon.ico

Method

GET

Path

/favicon.ico

Query args

None

Request body

None

Response body

Site icon

Description

Returns the favicon for the site. The favicon is a part of the admin interface, but the handler for it is special as CouchDB tries to make sure that the favicon is cached for one year.

Example

GET /favicon.ico HTTP/1.1

HTTP/1.1 200 OK
Expires: Wed, 14 Sep 2011 01:16:39 GMT
Cache-Control: public, max-age=31536000
Content-Type: image/x-icon

<binary>

HttpGetFavicon (last edited 2011-11-23 15:02:14 by JanLehnardt)