microsoft/MSRC-Microsoft-Security-Updates-API

API returns 503 Service unavailable

paulo-mu-axur opened this issue · 1 comments

HTTP POST https://api.msrc.microsoft.com/engage/cars is returning 503 Service Unavailable:

<!DOCTYPE html
    PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>

<head>
    <meta content='text/html; charset=utf-8' http-equiv='content-type' />
    <style type='text/css'>
        body {
            font-family: Arial;
            margin-left: 40px;
        }

        img {
            border: 0 none;
        }

        #content {
            margin-left: auto;
            margin-right: auto
        }

        #message h2 {
            font-size: 20px;
            font-weight: normal;
            color: #000000;
            margin: 34px 0px 0px 0px
        }

        #message p {
            font-size: 13px;
            color: #000000;
            margin: 7px 0px 0px0px
        }

        #errorref {
            font-size: 11px;
            color: #737373;
            margin-top: 41px
        }
    </style>
    <title>Service unavailable</title>
</head>

<body>
    <div id='content'>
        <div id='message'>
            <h2>Our services aren't available right now</h2>
            <p>We're working to restore all services as soon as possible. Please check back soon.</p>
        </div>
        <div id='errorref'>
            <span>08YVkYAAAAABnHcjvR2mTTKcSECxp754uQkwyRURHRTA4MTQAMjdlZjZmM2EtNDhiNC00ZTRhLTgzNWUtODAyMGFjNmM4NDEz</span>
        </div>
    </div>
</body>

</html>

Is there any maintenance running?

Hi Paulo, this API was updated and moved to a new location in February. More information here: https://msrc-blog.microsoft.com/2021/02/01/new-and-improved-report-abuse-portal-and-api/

Detailed interactive documentation for the new API available here: https://msrc.microsoft.com/report/developer

Please let us know if you have any questions.