Open
Description
Hello,
I have been using the cat-fact
API in a demonstration project, but it appears that the service is down:
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET https://cat-fact.herokuapp.com/facts
HTTP/1.1 503 Service Unavailable
Connection: keep-alive
Server: Cowboy
Date: Fri, 01 Jul 2022 14:48:01 GMT
Content-Length: 506
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache, no-store
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels