mbodata.prod.edusources.nl Open in urlscan Pro
3.66.141.40  Public Scan

URL: https://mbodata.prod.edusources.nl/
Submission: On November 26 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

<form id="get-form" class="pull-right">
  <fieldset>
    <div class="btn-group format-selection">
      <a class="btn btn-primary js-tooltip" href="/" rel="nofollow" title="" data-original-title="Make a GET request on the Health Check resource">GET</a>
      <button class="btn btn-primary dropdown-toggle js-tooltip" data-toggle="dropdown" title="" data-original-title="Specify a format for the GET request">
        <span class="caret"></span>
      </button>
      <ul class="dropdown-menu">
        <li>
          <a class="js-tooltip format-option" href="/?format=json" rel="nofollow" title="" data-original-title="Make a GET request on the Health Check resource with the format set to `json`">json</a>
        </li>
        <li>
          <a class="js-tooltip format-option" href="/?format=api" rel="nofollow" title="" data-original-title="Make a GET request on the Health Check resource with the format set to `api`">api</a>
        </li>
      </ul>
    </div>
  </fieldset>
</form>

/

<form class="button-form" action="/" data-method="OPTIONS">
  <button class="btn btn-primary js-tooltip" title="" data-original-title="Make an OPTIONS request on the Health Check resource">OPTIONS</button>
</form>

Text Content

Django REST framework
 * Health Check

GET
 * json
 * api

OPTIONS


HEALTH CHECK



GET /

HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "healthy": true,
    "ip": "18.157.144.139",
    "commit": "9f9c21c4bd08d1df32fdb0a54880560f710a1cd4",
    "versions": {
        "harvester": "1.42.73",
        "search-client": "0.6.19"
    }
}