8000 GET requests to https://cat-fact.herokuapp.com/facts are not working · Issue #165 · alexwohlbruck/cat-facts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
GET requests to https://cat-fact.herokuapp.com/facts are not working #165
Open
@mitchspano

Description

@mitchspano

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

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

      0