Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

HTTP 503 (Service Unavailable) #46

@sliekens

Description

@sliekens

There is a special kind of response that is used when the API is down. Let's make sure it is handled properly.

HTTP/1.1 503 Service Unavailable
Content-Length: 30
Content-Type: application/json; charset=utf-8
Server: Quaggans
X-Rate-Limit-Limit: 600
X-Content-Type-Options: nosniff
Access-Control-Allow-Origin: *
X-Powered-By: ARR/2.5
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Date: Sun, 24 Sep 2017 09:10:08 GMT

{
  "text": "API not active"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions